#0fd573
a dark, electric green · cool · closest name: forestgreen
RGB
15, 213, 115
HSL
150°, 87%, 45%
CMYK
93, 0, 46, 17
Luminance
0.4893
Every format
| HEX | #0fd573 |
| RGB | rgb(15, 213, 115) |
| HSL | hsl(150, 87%, 45%) |
| CMYK | cmyk(93%, 0%, 46%, 17%) |
| LAB | lab(75.4 -65.0 36.4) |
| LCH | lch(75.4 74.5 150.7) |
| OKLCH | oklch(0.766 0.196 152.8) |
Copy-ready code
/* CSS */
color: #0fd573;
background-color: #0fd573;
/* Tailwind (arbitrary) */
class="text-[#0fd573] bg-[#0fd573]"
/* SCSS */
$brand: #0fd573;
/* SwiftUI */
Color(red: 0.059, green: 0.835, blue: 0.451)
/* Android */
Color.parseColor("#0fd573")Accessibility — WCAG contrast
Aa
#0fd573 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd573 on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green83.5%
Blue45.1%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow46.0%
Key (black)16.5%
Color previews
#0fd573 text on a black background
contrast 10.79:1
Card sample
#0fd573 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd573;
Background color
Panel with #0fd573 background
background-color: #0fd573;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd573;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 213, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 213, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd573; background: linear-gradient(135deg, #0fd573, #0FB3D5);