#0ed032
a dark, electric green · cool · closest name: lime
RGB
14, 208, 50
HSL
131°, 87%, 44%
CMYK
93, 0, 76, 18
Luminance
0.4544
Every format
| HEX | #0ed032 |
| RGB | rgb(14, 208, 50) |
| HSL | hsl(131, 87%, 44%) |
| CMYK | cmyk(93%, 0%, 76%, 18%) |
| LAB | lab(73.2 -71.4 61.9) |
| LCH | lch(73.2 94.5 139.1) |
| OKLCH | oklch(0.746 0.238 144.2) |
Copy-ready code
/* CSS */
color: #0ed032;
background-color: #0ed032;
/* Tailwind (arbitrary) */
class="text-[#0ed032] bg-[#0ed032]"
/* SCSS */
$brand: #0ed032;
/* SwiftUI */
Color(red: 0.055, green: 0.816, blue: 0.196)
/* Android */
Color.parseColor("#0ed032")Accessibility — WCAG contrast
Aa
#0ed032 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ed032 on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green81.6%
Blue19.6%
CMYK percentages
Cyan93.3%
Magenta0.0%
Yellow76.0%
Key (black)18.4%
Color previews
#0ed032 text on a black background
contrast 10.09:1
Card sample
#0ed032 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ed032;
Background color
Panel with #0ed032 background
background-color: #0ed032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ed032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 208, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 208, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ed032; background: linear-gradient(135deg, #0ed032, #0ED0B3);