#0ab921
a dark, electric green · cool · closest name: green
RGB
10, 185, 33
HSL
128°, 90%, 38%
CMYK
95, 0, 82, 28
Luminance
0.3487
Every format
| HEX | #0ab921 |
| RGB | rgb(10, 185, 33) |
| HSL | hsl(128, 90%, 38%) |
| CMYK | cmyk(95%, 0%, 82%, 28%) |
| LAB | lab(65.7 -66.2 59.8) |
| LCH | lch(65.7 89.2 137.9) |
| OKLCH | oklch(0.682 0.223 143.5) |
Copy-ready code
/* CSS */
color: #0ab921;
background-color: #0ab921;
/* Tailwind (arbitrary) */
class="text-[#0ab921] bg-[#0ab921]"
/* SCSS */
$brand: #0ab921;
/* SwiftUI */
Color(red: 0.039, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#0ab921")Accessibility — WCAG contrast
Aa
#0ab921 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ab921 on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green72.5%
Blue12.9%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow82.2%
Key (black)27.5%
Color previews
#0ab921 text on a black background
contrast 7.97:1
Card sample
#0ab921 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ab921;
Background color
Panel with #0ab921 background
background-color: #0ab921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ab921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ab921; background: linear-gradient(135deg, #0ab921, #0AB996);