#0fd654
a dark, electric green · cool · closest name: forestgreen
RGB
15, 214, 84
HSL
141°, 87%, 45%
CMYK
93, 0, 61, 16
Luminance
0.4883
Every format
| HEX | #0fd654 |
| RGB | rgb(15, 214, 84) |
| HSL | hsl(141, 87%, 45%) |
| CMYK | cmyk(93%, 0%, 61%, 16%) |
| LAB | lab(75.3 -69.8 51.0) |
| LCH | lch(75.3 86.5 143.9) |
| OKLCH | oklch(0.764 0.222 147.4) |
Copy-ready code
/* CSS */
color: #0fd654;
background-color: #0fd654;
/* Tailwind (arbitrary) */
class="text-[#0fd654] bg-[#0fd654]"
/* SCSS */
$brand: #0fd654;
/* SwiftUI */
Color(red: 0.059, green: 0.839, blue: 0.329)
/* Android */
Color.parseColor("#0fd654")Accessibility — WCAG contrast
Aa
#0fd654 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd654 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green83.9%
Blue32.9%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow60.7%
Key (black)16.1%
Color previews
#0fd654 text on a black background
contrast 10.77:1
Card sample
#0fd654 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd654;
Background color
Panel with #0fd654 background
background-color: #0fd654;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd654;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 214, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 214, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd654; background: linear-gradient(135deg, #0fd654, #0FD3D6);