#99bbaa
a light, soft green · cool · closest name: silver
RGB
153, 187, 170
HSL
150°, 20%, 67%
CMYK
18, 0, 9, 27
Luminance
0.4522
Every format
| HEX | #99bbaa |
| RGB | rgb(153, 187, 170) |
| HSL | hsl(150, 20%, 67%) |
| CMYK | cmyk(18%, 0%, 9%, 27%) |
| LAB | lab(73.0 -14.9 4.8) |
| LCH | lch(73.0 15.7 162.1) |
| OKLCH | oklch(0.762 0.044 163.5) |
Copy-ready code
/* CSS */
color: #99bbaa;
background-color: #99bbaa;
/* Tailwind (arbitrary) */
class="text-[#99bbaa] bg-[#99bbaa]"
/* SCSS */
$brand: #99bbaa;
/* SwiftUI */
Color(red: 0.600, green: 0.733, blue: 0.667)
/* Android */
Color.parseColor("#99bbaa")Accessibility — WCAG contrast
Aa
#99bbaa on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99bbaa on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green73.3%
Blue66.7%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow9.1%
Key (black)26.7%
Color previews
#99bbaa text on a black background
contrast 10.04:1
Card sample
#99bbaa text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99bbaa;
Background color
Panel with #99bbaa background
background-color: #99bbaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99bbaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 187, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 187, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99bbaa; background: linear-gradient(135deg, #99bbaa, #99B5BB);