#0fd666
a dark, electric green · cool · closest name: forestgreen
RGB
15, 214, 102
HSL
146°, 87%, 45%
CMYK
93, 0, 52, 16
Luminance
0.4915
Every format
| HEX | #0fd666 |
| RGB | rgb(15, 214, 102) |
| HSL | hsl(146, 87%, 45%) |
| CMYK | cmyk(93%, 0%, 52%, 16%) |
| LAB | lab(75.5 -67.4 42.9) |
| LCH | lch(75.5 79.9 147.5) |
| OKLCH | oklch(0.767 0.208 150.2) |
Copy-ready code
/* CSS */
color: #0fd666;
background-color: #0fd666;
/* Tailwind (arbitrary) */
class="text-[#0fd666] bg-[#0fd666]"
/* SCSS */
$brand: #0fd666;
/* SwiftUI */
Color(red: 0.059, green: 0.839, blue: 0.400)
/* Android */
Color.parseColor("#0fd666")Accessibility — WCAG contrast
Aa
#0fd666 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd666 on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green83.9%
Blue40.0%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow52.3%
Key (black)16.1%
Color previews
#0fd666 text on a black background
contrast 10.83:1
Card sample
#0fd666 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd666;
Background color
Panel with #0fd666 background
background-color: #0fd666;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd666;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 214, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 214, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd666; background: linear-gradient(135deg, #0fd666, #0FC1D6);