#0fd62c
a dark, electric green · cool · closest name: lime
RGB
15, 214, 44
HSL
129°, 87%, 45%
CMYK
93, 0, 79, 16
Luminance
0.4838
Every format
| HEX | #0fd62c |
| RGB | rgb(15, 214, 44) |
| HSL | hsl(129, 87%, 45%) |
| CMYK | cmyk(93%, 0%, 79%, 16%) |
| LAB | lab(75.1 -73.4 65.5) |
| LCH | lch(75.1 98.4 138.3) |
| OKLCH | oklch(0.761 0.246 143.7) |
Copy-ready code
/* CSS */
color: #0fd62c;
background-color: #0fd62c;
/* Tailwind (arbitrary) */
class="text-[#0fd62c] bg-[#0fd62c]"
/* SCSS */
$brand: #0fd62c;
/* SwiftUI */
Color(red: 0.059, green: 0.839, blue: 0.173)
/* Android */
Color.parseColor("#0fd62c")Accessibility — WCAG contrast
Aa
#0fd62c on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd62c on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green83.9%
Blue17.3%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow79.4%
Key (black)16.1%
Color previews
#0fd62c text on a black background
contrast 10.68:1
Card sample
#0fd62c text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd62c;
Background color
Panel with #0fd62c background
background-color: #0fd62c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd62c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 214, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 214, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd62c; background: linear-gradient(135deg, #0fd62c, #0FD6B1);