#0fd67a
a dark, electric green · cool · closest name: forestgreen
RGB
15, 214, 122
HSL
152°, 87%, 45%
CMYK
93, 0, 43, 16
Luminance
0.4960
Every format
| HEX | #0fd67a |
| RGB | rgb(15, 214, 122) |
| HSL | hsl(152, 87%, 45%) |
| CMYK | cmyk(93%, 0%, 43%, 16%) |
| LAB | lab(75.8 -64.1 33.4) |
| LCH | lch(75.8 72.3 152.5) |
| OKLCH | oklch(0.770 0.191 154.3) |
Copy-ready code
/* CSS */
color: #0fd67a;
background-color: #0fd67a;
/* Tailwind (arbitrary) */
class="text-[#0fd67a] bg-[#0fd67a]"
/* SCSS */
$brand: #0fd67a;
/* SwiftUI */
Color(red: 0.059, green: 0.839, blue: 0.478)
/* Android */
Color.parseColor("#0fd67a")Accessibility — WCAG contrast
Aa
#0fd67a on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd67a on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green83.9%
Blue47.8%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow43.0%
Key (black)16.1%
Color previews
#0fd67a text on a black background
contrast 10.92:1
Card sample
#0fd67a text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd67a;
Background color
Panel with #0fd67a background
background-color: #0fd67a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd67a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 214, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 214, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd67a; background: linear-gradient(135deg, #0fd67a, #0FADD6);