#AABBBB#AABBBB
#AABBBB is a light, near-neutral teal. Relative luminance 0.477; OKLCH L 77.9% C 0.019 H 196.8°. Best body text is #000000 at 10.54:1 contrast (WCAG AA passes).
Color values
| HEX | #AABBBB |
|---|---|
| RGB | rgb(170, 187, 187) |
| HSL | hsl(180, 11%, 70%) |
| HSV | hsv(180, 9%, 73%) |
| CMYK | cmyk(9.1%, 0%, 0%, 26.7%) |
| CIE-LAB | lab(74.62, -5.82, -2.00) |
| CIE-LCH | lch(74.62, 6.16, 198.92°) |
| OKLab | oklab(77.9% -0.018 -0.0054) |
| OKLCH | oklch(77.9% 0.019 196.8) |
| XYZ | xyz(43.3155, 47.6739, 53.9240) |
| Luminance | 0.4768 (WCAG relative) |
| Temperature | neutral |
| Family | teal |
Closest named colors
Silver (survey)
#C5C9C7
ΔE00 6.82
Cool Grey
#95A3A6
ΔE00 6.97
Cool Gray
#9AA7B0
ΔE00 7.49
Dove Gray
#B6B8BD
ΔE00 7.68
Silver
#C0C0C0
ΔE00 7.78
Dark Gray
#A9A9A9
ΔE00 8.50
Perceptual scales
Shades
Tints
Tones
OKLCH scale
Color harmonies
complementary
#AABBBB #BBAAAA
analogous
#AABBB3 #AABBBB #AAB3BB
triadic
#AABBBB #BBAABB #BBBBAA
tetradic
#AABBBB #B3AABB #BBAAAA #B3BBAA
square
#AABBBB #B3AABB #BBAAAA #B3BBAA
split-complementary
#AABBBB #BBAAB3 #BBB3AA
monochromatic
#688282 #88A0A0 #AABBBB #CCD6D6 #EEF1F1
Accessibility & contrast
On white
1.99
#AABBBB on #FFFFFF
AA ✗AA large ✗AAA ✗
On black
10.54
#AABBBB on #000000
AA ✓AA large ✓AAA ✓
Best text color
#000000 on #AABBBB
10.54:1 — WCAG AA (normal text) passes
Contrast matrix
| fg \ bg | ##AABBBB | #FFFFFF | #000000 | ##000000 |
|---|---|---|---|---|
| ##AABBBB | 1.00 | 1.99 | 10.54 | 10.54 |
| #FFFFFF | 1.99 | 1.00 | 21.00 | 21.00 |
| #000000 | 10.54 | 21.00 | 1.00 | 1.00 |
| ##000000 | 10.54 | 21.00 | 1.00 | 1.00 |
Color blindness preview
Protanopia (red-blind)
#B9B9BB
Deuteranopia (green-blind)
#B5B6BB
Tritanopia (blue-blind)
#A5BCBB
Achromatopsia (no color)
#B8B8B8
Design tokens & code
CSS
--color: #aabbbb; /* rgb */ color: rgb(170, 187, 187); /* oklch */ color: oklch(77.9% 0.019 196.8);
Tailwind
colors: {
custom: {
50: '#c3cfcf',
500: '#aabbbb',
950: '#000000',
},
}SCSS
$custom: #aabbbb; $custom-light: #c3cfcf; $custom-dark: #000000;
JSON
{
"hex": "#aabbbb",
"rgb": {
"r": 170,
"g": 187,
"b": 187
},
"hsl": {
"h": 180,
"s": 11.111,
"l": 70
},
"oklch": {
"l": 0.77899,
"c": 0.01876,
"h": 196.8
},
"luminance": 0.47675
}Semantic roles & 50–950 ramp
primary
#AABBBB
secondary
#E3DEDE
accent
#505095
background
#FCFCFC
surface
#F8F9F9
border
#D1D2D2
text
#121313
muted
#818282