#99aa44
a balanced, soft green · cool · closest name: olivedrab
RGB
153, 170, 68
HSL
70°, 43%, 47%
CMYK
10, 0, 60, 33
Luminance
0.3594
Every format
| HEX | #99aa44 |
| RGB | rgb(153, 170, 68) |
| HSL | hsl(70, 43%, 47%) |
| CMYK | cmyk(10%, 0%, 60%, 33%) |
| LAB | lab(66.5 -20.6 49.3) |
| LCH | lch(66.5 53.5 112.7) |
| OKLCH | oklch(0.704 0.129 117.8) |
Copy-ready code
/* CSS */
color: #99aa44;
background-color: #99aa44;
/* Tailwind (arbitrary) */
class="text-[#99aa44] bg-[#99aa44]"
/* SCSS */
$brand: #99aa44;
/* SwiftUI */
Color(red: 0.600, green: 0.667, blue: 0.267)
/* Android */
Color.parseColor("#99aa44")Accessibility — WCAG contrast
Aa
#99aa44 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99aa44 on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green66.7%
Blue26.7%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow60.0%
Key (black)33.3%
Color previews
#99aa44 text on a black background
contrast 8.19:1
Card sample
#99aa44 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99aa44;
Background color
Panel with #99aa44 background
background-color: #99aa44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99aa44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 170, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 170, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99aa44; background: linear-gradient(135deg, #99aa44, #55AA44);