#0fd151
a dark, electric green · cool · closest name: forestgreen
RGB
15, 209, 81
HSL
140°, 87%, 44%
CMYK
93, 0, 61, 18
Luminance
0.4630
Every format
| HEX | #0fd151 |
| RGB | rgb(15, 209, 81) |
| HSL | hsl(140, 87%, 44%) |
| CMYK | cmyk(93%, 0%, 61%, 18%) |
| LAB | lab(73.7 -68.7 50.5) |
| LCH | lch(73.7 85.2 143.7) |
| OKLCH | oklch(0.751 0.219 147.2) |
Copy-ready code
/* CSS */
color: #0fd151;
background-color: #0fd151;
/* Tailwind (arbitrary) */
class="text-[#0fd151] bg-[#0fd151]"
/* SCSS */
$brand: #0fd151;
/* SwiftUI */
Color(red: 0.059, green: 0.820, blue: 0.318)
/* Android */
Color.parseColor("#0fd151")Accessibility — WCAG contrast
Aa
#0fd151 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd151 on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green82.0%
Blue31.8%
CMYK percentages
Cyan92.8%
Magenta0.0%
Yellow61.2%
Key (black)18.0%
Color previews
#0fd151 text on a black background
contrast 10.26:1
Card sample
#0fd151 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd151;
Background color
Panel with #0fd151 background
background-color: #0fd151;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd151;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 209, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 209, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd151; background: linear-gradient(135deg, #0fd151, #0FD0D1);