#0fc539
a dark, electric green · cool · closest name: forestgreen
RGB
15, 197, 57
HSL
134°, 86%, 42%
CMYK
92, 0, 71, 23
Luminance
0.4033
Every format
| HEX | #0fc539 |
| RGB | rgb(15, 197, 57) |
| HSL | hsl(134, 86%, 42%) |
| CMYK | cmyk(92%, 0%, 71%, 23%) |
| LAB | lab(69.7 -67.6 55.9) |
| LCH | lch(69.7 87.7 140.4) |
| OKLCH | oklch(0.717 0.222 145.0) |
Copy-ready code
/* CSS */
color: #0fc539;
background-color: #0fc539;
/* Tailwind (arbitrary) */
class="text-[#0fc539] bg-[#0fc539]"
/* SCSS */
$brand: #0fc539;
/* SwiftUI */
Color(red: 0.059, green: 0.773, blue: 0.224)
/* Android */
Color.parseColor("#0fc539")Accessibility — WCAG contrast
Aa
#0fc539 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fc539 on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green77.3%
Blue22.4%
CMYK percentages
Cyan92.4%
Magenta0.0%
Yellow71.1%
Key (black)22.7%
Color previews
#0fc539 text on a black background
contrast 9.07:1
Card sample
#0fc539 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fc539;
Background color
Panel with #0fc539 background
background-color: #0fc539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fc539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 197, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 197, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fc539; background: linear-gradient(135deg, #0fc539, #0FC5B2);