#00552b
a deep, electric green · cool · closest name: seagreen
RGB
0, 85, 43
HSL
150°, 100%, 17%
CMYK
100, 0, 49, 67
Luminance
0.0667
Every format
| HEX | #00552b |
| RGB | rgb(0, 85, 43) |
| HSL | hsl(150, 100%, 17%) |
| CMYK | cmyk(100%, 0%, 49%, 67%) |
| LAB | lab(31.1 -33.6 18.3) |
| LCH | lch(31.1 38.2 151.4) |
| OKLCH | oklch(0.394 0.101 153.5) |
Copy-ready code
/* CSS */
color: #00552b;
background-color: #00552b;
/* Tailwind (arbitrary) */
class="text-[#00552b] bg-[#00552b]"
/* SCSS */
$brand: #00552b;
/* SwiftUI */
Color(red: 0.000, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#00552b")Accessibility — WCAG contrast
Aa
#00552b on white: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00552b on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green33.3%
Blue16.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow49.4%
Key (black)66.7%
Color previews
#00552b text on a black background
contrast 2.33:1
Card sample
#00552b text on a white background
contrast 9.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00552b;
Background color
Panel with #00552b background
background-color: #00552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00552b; background: linear-gradient(135deg, #00552b, #004655);