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