#0ac229
a dark, electric green · cool · closest name: green
RGB
10, 194, 41
HSL
130°, 90%, 40%
CMYK
95, 0, 79, 24
Luminance
0.3881
Every format
| HEX | #0ac229 |
| RGB | rgb(10, 194, 41) |
| HSL | hsl(130, 90%, 40%) |
| CMYK | cmyk(95%, 0%, 79%, 24%) |
| LAB | lab(68.6 -68.2 60.3) |
| LCH | lch(68.6 91.0 138.5) |
| OKLCH | oklch(0.707 0.228 143.8) |
Copy-ready code
/* CSS */
color: #0ac229;
background-color: #0ac229;
/* Tailwind (arbitrary) */
class="text-[#0ac229] bg-[#0ac229]"
/* SCSS */
$brand: #0ac229;
/* SwiftUI */
Color(red: 0.039, green: 0.761, blue: 0.161)
/* Android */
Color.parseColor("#0ac229")Accessibility — WCAG contrast
Aa
#0ac229 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ac229 on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green76.1%
Blue16.1%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow78.9%
Key (black)23.9%
Color previews
#0ac229 text on a black background
contrast 8.76:1
Card sample
#0ac229 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ac229;
Background color
Panel with #0ac229 background
background-color: #0ac229;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ac229;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 194, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 194, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ac229; background: linear-gradient(135deg, #0ac229, #0AC2A4);