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