#0fd64d
a dark, electric green · cool · closest name: forestgreen
RGB
15, 214, 77
HSL
139°, 87%, 45%
CMYK
93, 0, 64, 16
Luminance
0.4873
Every format
| HEX | #0fd64d |
| RGB | rgb(15, 214, 77) |
| HSL | hsl(139, 87%, 45%) |
| CMYK | cmyk(93%, 0%, 64%, 16%) |
| LAB | lab(75.3 -70.6 53.9) |
| LCH | lch(75.3 88.8 142.6) |
| OKLCH | oklch(0.764 0.228 146.5) |
Copy-ready code
/* CSS */
color: #0fd64d;
background-color: #0fd64d;
/* Tailwind (arbitrary) */
class="text-[#0fd64d] bg-[#0fd64d]"
/* SCSS */
$brand: #0fd64d;
/* SwiftUI */
Color(red: 0.059, green: 0.839, blue: 0.302)
/* Android */
Color.parseColor("#0fd64d")Accessibility — WCAG contrast
Aa
#0fd64d on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd64d on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green83.9%
Blue30.2%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow64.0%
Key (black)16.1%
Color previews
#0fd64d text on a black background
contrast 10.75:1
Card sample
#0fd64d text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd64d;
Background color
Panel with #0fd64d background
background-color: #0fd64d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd64d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 214, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 214, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd64d; background: linear-gradient(135deg, #0fd64d, #0FD6D2);