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