#005508
a deep, electric green · cool · closest name: forestgreen
RGB
0, 85, 8
HSL
126°, 100%, 17%
CMYK
100, 0, 91, 67
Luminance
0.0651
Every format
| HEX | #005508 |
| RGB | rgb(0, 85, 8) |
| HSL | hsl(126, 100%, 17%) |
| CMYK | cmyk(100%, 0%, 91%, 67%) |
| LAB | lab(30.7 -38.2 34.6) |
| LCH | lch(30.7 51.5 137.8) |
| OKLCH | oklch(0.390 0.129 143.5) |
Copy-ready code
/* CSS */
color: #005508;
background-color: #005508;
/* Tailwind (arbitrary) */
class="text-[#005508] bg-[#005508]"
/* SCSS */
$brand: #005508;
/* SwiftUI */
Color(red: 0.000, green: 0.333, blue: 0.031)
/* Android */
Color.parseColor("#005508")Accessibility — WCAG contrast
Aa
#005508 on white: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005508 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green33.3%
Blue3.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow90.6%
Key (black)66.7%
Color previews
#005508 text on a black background
contrast 2.30:1
Card sample
#005508 text on a white background
contrast 9.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005508;
Background color
Panel with #005508 background
background-color: #005508;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005508;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 85, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 85, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005508; background: linear-gradient(135deg, #005508, #005541);