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