#005217
a deep, electric green · cool · closest name: seagreen
RGB
0, 82, 23
HSL
137°, 100%, 16%
CMYK
100, 0, 72, 68
Luminance
0.0610
Every format
| HEX | #005217 |
| RGB | rgb(0, 82, 23) |
| HSL | hsl(137, 100%, 16%) |
| CMYK | cmyk(100%, 0%, 72%, 68%) |
| LAB | lab(29.6 -35.8 27.6) |
| LCH | lch(29.6 45.2 142.4) |
| OKLCH | oklch(0.382 0.116 146.4) |
Copy-ready code
/* CSS */
color: #005217;
background-color: #005217;
/* Tailwind (arbitrary) */
class="text-[#005217] bg-[#005217]"
/* SCSS */
$brand: #005217;
/* SwiftUI */
Color(red: 0.000, green: 0.322, blue: 0.090)
/* Android */
Color.parseColor("#005217")Accessibility — WCAG contrast
Aa
#005217 on white: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005217 on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green32.2%
Blue9.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow72.0%
Key (black)67.8%
Color previews
#005217 text on a black background
contrast 2.22:1
Card sample
#005217 text on a white background
contrast 9.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005217;
Background color
Panel with #005217 background
background-color: #005217;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005217;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 82, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 82, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005217; background: linear-gradient(135deg, #005217, #00524E);