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