#06552b
a deep, electric green · cool · closest name: seagreen
RGB
6, 85, 43
HSL
148°, 87%, 18%
CMYK
93, 0, 49, 67
Luminance
0.0671
Every format
| HEX | #06552b |
| RGB | rgb(6, 85, 43) |
| HSL | hsl(148, 87%, 18%) |
| CMYK | cmyk(93%, 0%, 49%, 67%) |
| LAB | lab(31.1 -32.8 18.4) |
| LCH | lch(31.1 37.6 150.7) |
| OKLCH | oklch(0.395 0.099 152.8) |
Copy-ready code
/* CSS */
color: #06552b;
background-color: #06552b;
/* Tailwind (arbitrary) */
class="text-[#06552b] bg-[#06552b]"
/* SCSS */
$brand: #06552b;
/* SwiftUI */
Color(red: 0.024, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#06552b")Accessibility — WCAG contrast
Aa
#06552b on white: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#06552b on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green33.3%
Blue16.9%
CMYK percentages
Cyan92.9%
Magenta0.0%
Yellow49.4%
Key (black)66.7%
Color previews
#06552b text on a black background
contrast 2.34:1
Card sample
#06552b text on a white background
contrast 8.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06552b;
Background color
Panel with #06552b background
background-color: #06552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06552b; background: linear-gradient(135deg, #06552b, #064A55);