#00551a
a deep, electric green · cool · closest name: seagreen
RGB
0, 85, 26
HSL
138°, 100%, 17%
CMYK
100, 0, 69, 67
Luminance
0.0657
Every format
| HEX | #00551a |
| RGB | rgb(0, 85, 26) |
| HSL | hsl(138, 100%, 17%) |
| CMYK | cmyk(100%, 0%, 69%, 67%) |
| LAB | lab(30.8 -36.5 27.4) |
| LCH | lch(30.8 45.6 143.1) |
| OKLCH | oklch(0.392 0.117 146.9) |
Copy-ready code
/* CSS */
color: #00551a;
background-color: #00551a;
/* Tailwind (arbitrary) */
class="text-[#00551a] bg-[#00551a]"
/* SCSS */
$brand: #00551a;
/* SwiftUI */
Color(red: 0.000, green: 0.333, blue: 0.102)
/* Android */
Color.parseColor("#00551a")Accessibility — WCAG contrast
Aa
#00551a on white: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00551a on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green33.3%
Blue10.2%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow69.4%
Key (black)66.7%
Color previews
#00551a text on a black background
contrast 2.31:1
Card sample
#00551a text on a white background
contrast 9.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00551a;
Background color
Panel with #00551a background
background-color: #00551a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00551a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 85, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 85, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00551a; background: linear-gradient(135deg, #00551a, #005553);