#217841
a dark, vivid green · cool · closest name: seagreen
RGB
33, 120, 65
HSL
142°, 57%, 30%
CMYK
73, 0, 46, 53
Luminance
0.1414
Every format
| HEX | #217841 |
| RGB | rgb(33, 120, 65) |
| HSL | hsl(142, 57%, 30%) |
| CMYK | cmyk(73%, 0%, 46%, 53%) |
| LAB | lab(44.4 -38.7 23.0) |
| LCH | lch(44.4 45.0 149.3) |
| OKLCH | oklch(0.508 0.119 151.5) |
Copy-ready code
/* CSS */
color: #217841;
background-color: #217841;
/* Tailwind (arbitrary) */
class="text-[#217841] bg-[#217841]"
/* SCSS */
$brand: #217841;
/* SwiftUI */
Color(red: 0.129, green: 0.471, blue: 0.255)
/* Android */
Color.parseColor("#217841")Accessibility — WCAG contrast
Aa
#217841 on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#217841 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green47.1%
Blue25.5%
CMYK percentages
Cyan72.5%
Magenta0.0%
Yellow45.8%
Key (black)52.9%
Color previews
#217841 text on a black background
contrast 3.83:1
Card sample
#217841 text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #217841;
Background color
Panel with #217841 background
background-color: #217841;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #217841;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 120, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 120, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #217841; background: linear-gradient(135deg, #217841, #217578);