#005814
a deep, electric green · cool · closest name: seagreen
RGB
0, 88, 20
HSL
134°, 100%, 17%
CMYK
100, 0, 77, 66
Luminance
0.0703
Every format
| HEX | #005814 |
| RGB | rgb(0, 88, 20) |
| HSL | hsl(134, 100%, 17%) |
| CMYK | cmyk(100%, 0%, 77%, 66%) |
| LAB | lab(31.9 -38.2 31.3) |
| LCH | lch(31.9 49.4 140.6) |
| OKLCH | oklch(0.400 0.125 145.2) |
Copy-ready code
/* CSS */
color: #005814;
background-color: #005814;
/* Tailwind (arbitrary) */
class="text-[#005814] bg-[#005814]"
/* SCSS */
$brand: #005814;
/* SwiftUI */
Color(red: 0.000, green: 0.345, blue: 0.078)
/* Android */
Color.parseColor("#005814")Accessibility — WCAG contrast
Aa
#005814 on white: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005814 on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green34.5%
Blue7.8%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow77.3%
Key (black)65.5%
Color previews
#005814 text on a black background
contrast 2.41:1
Card sample
#005814 text on a white background
contrast 8.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005814;
Background color
Panel with #005814 background
background-color: #005814;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005814;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 88, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 88, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005814; background: linear-gradient(135deg, #005814, #00584F);