#0fac2c
a dark, electric green · cool · closest name: forestgreen
RGB
15, 172, 44
HSL
131°, 84%, 37%
CMYK
91, 0, 74, 33
Luminance
0.2979
Every format
| HEX | #0fac2c |
| RGB | rgb(15, 172, 44) |
| HSL | hsl(131, 84%, 37%) |
| CMYK | cmyk(91%, 0%, 74%, 33%) |
| LAB | lab(61.5 -61.3 52.3) |
| LCH | lch(61.5 80.6 139.6) |
| OKLCH | oklch(0.648 0.203 144.4) |
Copy-ready code
/* CSS */
color: #0fac2c;
background-color: #0fac2c;
/* Tailwind (arbitrary) */
class="text-[#0fac2c] bg-[#0fac2c]"
/* SCSS */
$brand: #0fac2c;
/* SwiftUI */
Color(red: 0.059, green: 0.675, blue: 0.173)
/* Android */
Color.parseColor("#0fac2c")Accessibility — WCAG contrast
Aa
#0fac2c on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0fac2c on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green67.5%
Blue17.3%
CMYK percentages
Cyan91.3%
Magenta0.0%
Yellow74.4%
Key (black)32.5%
Color previews
#0fac2c text on a black background
contrast 6.96:1
Card sample
#0fac2c text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fac2c;
Background color
Panel with #0fac2c background
background-color: #0fac2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fac2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 172, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 172, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fac2c; background: linear-gradient(135deg, #0fac2c, #0FAC95);