#0eaf13
a dark, electric green · cool · closest name: green
RGB
14, 175, 19
HSL
122°, 85%, 37%
CMYK
92, 0, 89, 31
Luminance
0.3080
Every format
| HEX | #0eaf13 |
| RGB | rgb(14, 175, 19) |
| HSL | hsl(122, 85%, 37%) |
| CMYK | cmyk(92%, 0%, 89%, 31%) |
| LAB | lab(62.3 -63.7 60.1) |
| LCH | lch(62.3 87.6 136.7) |
| OKLCH | oklch(0.655 0.217 142.7) |
Copy-ready code
/* CSS */
color: #0eaf13;
background-color: #0eaf13;
/* Tailwind (arbitrary) */
class="text-[#0eaf13] bg-[#0eaf13]"
/* SCSS */
$brand: #0eaf13;
/* SwiftUI */
Color(red: 0.055, green: 0.686, blue: 0.075)
/* Android */
Color.parseColor("#0eaf13")Accessibility — WCAG contrast
Aa
#0eaf13 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eaf13 on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green68.6%
Blue7.5%
CMYK percentages
Cyan92.0%
Magenta0.0%
Yellow89.1%
Key (black)31.4%
Color previews
#0eaf13 text on a black background
contrast 7.16:1
Card sample
#0eaf13 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eaf13;
Background color
Panel with #0eaf13 background
background-color: #0eaf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eaf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 175, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 175, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eaf13; background: linear-gradient(135deg, #0eaf13, #0EAF7F);