#0df863
a balanced, electric green · cool · closest name: lime
RGB
13, 248, 99
HSL
142°, 94%, 51%
CMYK
95, 0, 60, 3
Luminance
0.6812
Every format
| HEX | #0df863 |
| RGB | rgb(13, 248, 99) |
| HSL | hsl(142, 94%, 51%) |
| CMYK | cmyk(95%, 0%, 60%, 3%) |
| LAB | lab(86.1 -78.2 56.8) |
| LCH | lch(86.1 96.7 144.0) |
| OKLCH | oklch(0.854 0.249 147.5) |
Copy-ready code
/* CSS */
color: #0df863;
background-color: #0df863;
/* Tailwind (arbitrary) */
class="text-[#0df863] bg-[#0df863]"
/* SCSS */
$brand: #0df863;
/* SwiftUI */
Color(red: 0.051, green: 0.973, blue: 0.388)
/* Android */
Color.parseColor("#0df863")Accessibility — WCAG contrast
Aa
#0df863 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0df863 on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green97.3%
Blue38.8%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow60.1%
Key (black)2.7%
Color previews
#0df863 text on a black background
contrast 14.62:1
Card sample
#0df863 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0df863;
Background color
Panel with #0df863 background
background-color: #0df863;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0df863;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 248, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 248, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0df863; background: linear-gradient(135deg, #0df863, #0DF0F8);