#0ac32e
a dark, electric green · cool · closest name: green
RGB
10, 195, 46
HSL
132°, 90%, 40%
CMYK
95, 0, 76, 24
Luminance
0.3929
Every format
| HEX | #0ac32e |
| RGB | rgb(10, 195, 46) |
| HSL | hsl(132, 90%, 40%) |
| CMYK | cmyk(95%, 0%, 76%, 24%) |
| LAB | lab(69.0 -68.2 59.0) |
| LCH | lch(69.0 90.2 139.1) |
| OKLCH | oklch(0.710 0.227 144.2) |
Copy-ready code
/* CSS */
color: #0ac32e;
background-color: #0ac32e;
/* Tailwind (arbitrary) */
class="text-[#0ac32e] bg-[#0ac32e]"
/* SCSS */
$brand: #0ac32e;
/* SwiftUI */
Color(red: 0.039, green: 0.765, blue: 0.180)
/* Android */
Color.parseColor("#0ac32e")Accessibility — WCAG contrast
Aa
#0ac32e on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ac32e on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green76.5%
Blue18.0%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow76.4%
Key (black)23.5%
Color previews
#0ac32e text on a black background
contrast 8.86:1
Card sample
#0ac32e text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ac32e;
Background color
Panel with #0ac32e background
background-color: #0ac32e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ac32e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 195, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 195, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ac32e; background: linear-gradient(135deg, #0ac32e, #0AC3A9);