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