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