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