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