#0eb809
a dark, electric green · cool · closest name: green
RGB
14, 184, 9
HSL
118°, 91%, 38%
CMYK
92, 0, 95, 28
Luminance
0.3439
Every format
| HEX | #0eb809 |
| RGB | rgb(14, 184, 9) |
| HSL | hsl(118, 91%, 38%) |
| CMYK | cmyk(92%, 0%, 95%, 28%) |
| LAB | lab(65.3 -66.6 64.1) |
| LCH | lch(65.3 92.4 136.1) |
| OKLCH | oklch(0.679 0.228 142.4) |
Copy-ready code
/* CSS */
color: #0eb809;
background-color: #0eb809;
/* Tailwind (arbitrary) */
class="text-[#0eb809] bg-[#0eb809]"
/* SCSS */
$brand: #0eb809;
/* SwiftUI */
Color(red: 0.055, green: 0.722, blue: 0.035)
/* Android */
Color.parseColor("#0eb809")Accessibility — WCAG contrast
Aa
#0eb809 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb809 on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green72.2%
Blue3.5%
CMYK percentages
Cyan92.4%
Magenta0.0%
Yellow95.1%
Key (black)27.8%
Color previews
#0eb809 text on a black background
contrast 7.88:1
Card sample
#0eb809 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb809;
Background color
Panel with #0eb809 background
background-color: #0eb809;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb809;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 184, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 184, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb809; background: linear-gradient(135deg, #0eb809, #09B879);