#217439
a dark, vivid green · cool · closest name: seagreen
RGB
33, 116, 57
HSL
137°, 56%, 29%
CMYK
72, 0, 51, 55
Luminance
0.1311
Every format
| HEX | #217439 |
| RGB | rgb(33, 116, 57) |
| HSL | hsl(137, 56%, 29%) |
| CMYK | cmyk(72%, 0%, 51%, 55%) |
| LAB | lab(42.9 -38.5 25.5) |
| LCH | lch(42.9 46.2 146.5) |
| OKLCH | oklch(0.495 0.121 149.1) |
Copy-ready code
/* CSS */
color: #217439;
background-color: #217439;
/* Tailwind (arbitrary) */
class="text-[#217439] bg-[#217439]"
/* SCSS */
$brand: #217439;
/* SwiftUI */
Color(red: 0.129, green: 0.455, blue: 0.224)
/* Android */
Color.parseColor("#217439")Accessibility — WCAG contrast
Aa
#217439 on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#217439 on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green45.5%
Blue22.4%
CMYK percentages
Cyan71.6%
Magenta0.0%
Yellow50.9%
Key (black)54.5%
Color previews
#217439 text on a black background
contrast 3.62:1
Card sample
#217439 text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #217439;
Background color
Panel with #217439 background
background-color: #217439;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #217439;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 116, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 116, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #217439; background: linear-gradient(135deg, #217439, #217470);