#0df86d
a balanced, electric green · cool · closest name: lime
RGB
13, 248, 109
HSL
145°, 94%, 51%
CMYK
95, 0, 56, 3
Luminance
0.6832
Every format
| HEX | #0df86d |
| RGB | rgb(13, 248, 109) |
| HSL | hsl(145, 94%, 51%) |
| CMYK | cmyk(95%, 0%, 56%, 3%) |
| LAB | lab(86.2 -77.0 52.5) |
| LCH | lch(86.2 93.2 145.7) |
| OKLCH | oklch(0.855 0.241 148.8) |
Copy-ready code
/* CSS */
color: #0df86d;
background-color: #0df86d;
/* Tailwind (arbitrary) */
class="text-[#0df86d] bg-[#0df86d]"
/* SCSS */
$brand: #0df86d;
/* SwiftUI */
Color(red: 0.051, green: 0.973, blue: 0.427)
/* Android */
Color.parseColor("#0df86d")Accessibility — WCAG contrast
Aa
#0df86d on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0df86d on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green97.3%
Blue42.7%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow56.0%
Key (black)2.7%
Color previews
#0df86d text on a black background
contrast 14.66:1
Card sample
#0df86d text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0df86d;
Background color
Panel with #0df86d background
background-color: #0df86d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0df86d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 248, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 248, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0df86d; background: linear-gradient(135deg, #0df86d, #0DE6F8);