#0fd84a
a balanced, electric green · cool · closest name: lime
RGB
15, 216, 74
HSL
138°, 87%, 45%
CMYK
93, 0, 66, 15
Luminance
0.4971
Every format
| HEX | #0fd84a |
| RGB | rgb(15, 216, 74) |
| HSL | hsl(138, 87%, 45%) |
| CMYK | cmyk(93%, 0%, 66%, 15%) |
| LAB | lab(75.9 -71.5 55.8) |
| LCH | lch(75.9 90.8 142.0) |
| OKLCH | oklch(0.769 0.232 146.1) |
Copy-ready code
/* CSS */
color: #0fd84a;
background-color: #0fd84a;
/* Tailwind (arbitrary) */
class="text-[#0fd84a] bg-[#0fd84a]"
/* SCSS */
$brand: #0fd84a;
/* SwiftUI */
Color(red: 0.059, green: 0.847, blue: 0.290)
/* Android */
Color.parseColor("#0fd84a")Accessibility — WCAG contrast
Aa
#0fd84a on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd84a on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green84.7%
Blue29.0%
CMYK percentages
Cyan93.1%
Magenta0.0%
Yellow65.7%
Key (black)15.3%
Color previews
#0fd84a text on a black background
contrast 10.94:1
Card sample
#0fd84a text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd84a;
Background color
Panel with #0fd84a background
background-color: #0fd84a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd84a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 216, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 216, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd84a; background: linear-gradient(135deg, #0fd84a, #0FD8D0);