#0ab521
a dark, electric green · cool · closest name: green
RGB
10, 181, 33
HSL
128°, 90%, 38%
CMYK
95, 0, 82, 29
Luminance
0.3322
Every format
| HEX | #0ab521 |
| RGB | rgb(10, 181, 33) |
| HSL | hsl(128, 90%, 38%) |
| CMYK | cmyk(95%, 0%, 82%, 29%) |
| LAB | lab(64.3 -65.0 58.5) |
| LCH | lch(64.3 87.5 138.0) |
| OKLCH | oklch(0.671 0.219 143.5) |
Copy-ready code
/* CSS */
color: #0ab521;
background-color: #0ab521;
/* Tailwind (arbitrary) */
class="text-[#0ab521] bg-[#0ab521]"
/* SCSS */
$brand: #0ab521;
/* SwiftUI */
Color(red: 0.039, green: 0.710, blue: 0.129)
/* Android */
Color.parseColor("#0ab521")Accessibility — WCAG contrast
Aa
#0ab521 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ab521 on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green71.0%
Blue12.9%
CMYK percentages
Cyan94.5%
Magenta0.0%
Yellow81.8%
Key (black)29.0%
Color previews
#0ab521 text on a black background
contrast 7.64:1
Card sample
#0ab521 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ab521;
Background color
Panel with #0ab521 background
background-color: #0ab521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ab521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 181, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 181, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ab521; background: linear-gradient(135deg, #0ab521, #0AB593);