#0fd66e
a dark, electric green · cool · closest name: forestgreen
RGB
15, 214, 110
HSL
149°, 87%, 45%
CMYK
93, 0, 49, 16
Luminance
0.4932
Every format
| HEX | #0fd66e |
| RGB | rgb(15, 214, 110) |
| HSL | hsl(149, 87%, 45%) |
| CMYK | cmyk(93%, 0%, 49%, 16%) |
| LAB | lab(75.7 -66.1 39.2) |
| LCH | lch(75.7 76.9 149.4) |
| OKLCH | oklch(0.768 0.201 151.7) |
Copy-ready code
/* CSS */
color: #0fd66e;
background-color: #0fd66e;
/* Tailwind (arbitrary) */
class="text-[#0fd66e] bg-[#0fd66e]"
/* SCSS */
$brand: #0fd66e;
/* SwiftUI */
Color(red: 0.059, green: 0.839, blue: 0.431)
/* Android */
Color.parseColor("#0fd66e")Accessibility — WCAG contrast
Aa
#0fd66e on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd66e on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green83.9%
Blue43.1%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow48.6%
Key (black)16.1%
Color previews
#0fd66e text on a black background
contrast 10.86:1
Card sample
#0fd66e text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd66e;
Background color
Panel with #0fd66e background
background-color: #0fd66e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd66e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 214, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 214, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd66e; background: linear-gradient(135deg, #0fd66e, #0FB9D6);