#0e5200
a deep, electric green · cool · closest name: forestgreen
RGB
14, 82, 0
HSL
110°, 100%, 16%
CMYK
83, 0, 100, 68
Luminance
0.0613
Every format
| HEX | #0e5200 |
| RGB | rgb(14, 82, 0) |
| HSL | hsl(110, 100%, 16%) |
| CMYK | cmyk(83%, 0%, 100%, 68%) |
| LAB | lab(29.7 -35.7 36.8) |
| LCH | lch(29.7 51.3 134.2) |
| OKLCH | oklch(0.383 0.126 140.9) |
Copy-ready code
/* CSS */
color: #0e5200;
background-color: #0e5200;
/* Tailwind (arbitrary) */
class="text-[#0e5200] bg-[#0e5200]"
/* SCSS */
$brand: #0e5200;
/* SwiftUI */
Color(red: 0.055, green: 0.322, blue: 0.000)
/* Android */
Color.parseColor("#0e5200")Accessibility — WCAG contrast
Aa
#0e5200 on white: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e5200 on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green32.2%
Blue0.0%
CMYK percentages
Cyan82.9%
Magenta0.0%
Yellow100.0%
Key (black)67.8%
Color previews
#0e5200 text on a black background
contrast 2.23:1
Card sample
#0e5200 text on a white background
contrast 9.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e5200;
Background color
Panel with #0e5200 background
background-color: #0e5200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e5200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 82, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 82, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e5200; background: linear-gradient(135deg, #0e5200, #005229);