#0ac217
a dark, electric green · cool · closest name: lime
RGB
10, 194, 23
HSL
124°, 90%, 40%
CMYK
95, 0, 88, 24
Luminance
0.3871
Every format
| HEX | #0ac217 |
| RGB | rgb(10, 194, 23) |
| HSL | hsl(124, 90%, 40%) |
| CMYK | cmyk(95%, 0%, 88%, 24%) |
| LAB | lab(68.5 -69.1 64.7) |
| LCH | lch(68.5 94.7 136.9) |
| OKLCH | oklch(0.706 0.235 142.9) |
Copy-ready code
/* CSS */
color: #0ac217;
background-color: #0ac217;
/* Tailwind (arbitrary) */
class="text-[#0ac217] bg-[#0ac217]"
/* SCSS */
$brand: #0ac217;
/* SwiftUI */
Color(red: 0.039, green: 0.761, blue: 0.090)
/* Android */
Color.parseColor("#0ac217")Accessibility — WCAG contrast
Aa
#0ac217 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ac217 on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green76.1%
Blue9.0%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow88.1%
Key (black)23.9%
Color previews
#0ac217 text on a black background
contrast 8.74:1
Card sample
#0ac217 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ac217;
Background color
Panel with #0ac217 background
background-color: #0ac217;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ac217;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 194, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 194, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ac217; background: linear-gradient(135deg, #0ac217, #0AC292);