#99aa88
a balanced, soft green · cool · closest name: tan
RGB
153, 170, 136
HSL
90°, 17%, 60%
CMYK
10, 0, 20, 33
Luminance
0.3730
Every format
| HEX | #99aa88 |
| RGB | rgb(153, 170, 136) |
| HSL | hsl(90, 17%, 60%) |
| CMYK | cmyk(10%, 0%, 20%, 33%) |
| LAB | lab(67.5 -12.3 15.6) |
| LCH | lch(67.5 19.8 128.2) |
| OKLCH | oklch(0.715 0.052 129.3) |
Copy-ready code
/* CSS */
color: #99aa88;
background-color: #99aa88;
/* Tailwind (arbitrary) */
class="text-[#99aa88] bg-[#99aa88]"
/* SCSS */
$brand: #99aa88;
/* SwiftUI */
Color(red: 0.600, green: 0.667, blue: 0.533)
/* Android */
Color.parseColor("#99aa88")Accessibility — WCAG contrast
Aa
#99aa88 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99aa88 on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green66.7%
Blue53.3%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow20.0%
Key (black)33.3%
Color previews
#99aa88 text on a black background
contrast 8.46:1
Card sample
#99aa88 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99aa88;
Background color
Panel with #99aa88 background
background-color: #99aa88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99aa88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 170, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 170, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99aa88; background: linear-gradient(135deg, #99aa88, #88AA8E);