#0ea430
a dark, electric green · cool · closest name: forestgreen
RGB
14, 164, 48
HSL
134°, 84%, 35%
CMYK
92, 0, 71, 36
Luminance
0.2686
Every format
| HEX | #0ea430 |
| RGB | rgb(14, 164, 48) |
| HSL | hsl(134, 84%, 35%) |
| CMYK | cmyk(92%, 0%, 71%, 36%) |
| LAB | lab(58.8 -58.6 48.0) |
| LCH | lch(58.8 75.8 140.7) |
| OKLCH | oklch(0.626 0.192 145.1) |
Copy-ready code
/* CSS */
color: #0ea430;
background-color: #0ea430;
/* Tailwind (arbitrary) */
class="text-[#0ea430] bg-[#0ea430]"
/* SCSS */
$brand: #0ea430;
/* SwiftUI */
Color(red: 0.055, green: 0.643, blue: 0.188)
/* Android */
Color.parseColor("#0ea430")Accessibility — WCAG contrast
Aa
#0ea430 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0ea430 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green64.3%
Blue18.8%
CMYK percentages
Cyan91.5%
Magenta0.0%
Yellow70.7%
Key (black)35.7%
Color previews
#0ea430 text on a black background
contrast 6.37:1
Card sample
#0ea430 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ea430;
Background color
Panel with #0ea430 background
background-color: #0ea430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ea430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 164, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 164, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ea430; background: linear-gradient(135deg, #0ea430, #0EA494);