#99aa99
a balanced, muted green · cool · closest name: silver
RGB
153, 170, 153
HSL
120°, 9%, 63%
CMYK
10, 0, 10, 33
Luminance
0.3782
Every format
| HEX | #99aa99 |
| RGB | rgb(153, 170, 153) |
| HSL | hsl(120, 9%, 63%) |
| CMYK | cmyk(10%, 0%, 10%, 33%) |
| LAB | lab(67.9 -9.3 6.8) |
| LCH | lch(67.9 11.4 143.9) |
| OKLCH | oklch(0.720 0.031 145.2) |
Copy-ready code
/* CSS */
color: #99aa99;
background-color: #99aa99;
/* Tailwind (arbitrary) */
class="text-[#99aa99] bg-[#99aa99]"
/* SCSS */
$brand: #99aa99;
/* SwiftUI */
Color(red: 0.600, green: 0.667, blue: 0.600)
/* Android */
Color.parseColor("#99aa99")Accessibility — WCAG contrast
Aa
#99aa99 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99aa99 on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green66.7%
Blue60.0%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow10.0%
Key (black)33.3%
Color previews
#99aa99 text on a black background
contrast 8.56:1
Card sample
#99aa99 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99aa99;
Background color
Panel with #99aa99 background
background-color: #99aa99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99aa99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 170, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 170, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99aa99; background: linear-gradient(135deg, #99aa99, #99AAA4);