#0fc73d
a dark, electric green · cool · closest name: forestgreen
RGB
15, 199, 61
HSL
135°, 86%, 42%
CMYK
93, 0, 69, 22
Luminance
0.4129
Every format
| HEX | #0fc73d |
| RGB | rgb(15, 199, 61) |
| HSL | hsl(135, 86%, 42%) |
| CMYK | cmyk(93%, 0%, 69%, 22%) |
| LAB | lab(70.4 -67.8 55.1) |
| LCH | lch(70.4 87.4 140.9) |
| OKLCH | oklch(0.722 0.222 145.3) |
Copy-ready code
/* CSS */
color: #0fc73d;
background-color: #0fc73d;
/* Tailwind (arbitrary) */
class="text-[#0fc73d] bg-[#0fc73d]"
/* SCSS */
$brand: #0fc73d;
/* SwiftUI */
Color(red: 0.059, green: 0.780, blue: 0.239)
/* Android */
Color.parseColor("#0fc73d")Accessibility — WCAG contrast
Aa
#0fc73d on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fc73d on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green78.0%
Blue23.9%
CMYK percentages
Cyan92.5%
Magenta0.0%
Yellow69.3%
Key (black)22.0%
Color previews
#0fc73d text on a black background
contrast 9.26:1
Card sample
#0fc73d text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fc73d;
Background color
Panel with #0fc73d background
background-color: #0fc73d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fc73d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 199, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 199, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fc73d; background: linear-gradient(135deg, #0fc73d, #0FC7B8);