#0aac13
a dark, electric green · cool · closest name: green
RGB
10, 172, 19
HSL
123°, 89%, 36%
CMYK
94, 0, 89, 33
Luminance
0.2962
Every format
| HEX | #0aac13 |
| RGB | rgb(10, 172, 19) |
| HSL | hsl(123, 89%, 36%) |
| CMYK | cmyk(94%, 0%, 89%, 33%) |
| LAB | lab(61.3 -63.1 59.2) |
| LCH | lch(61.3 86.5 136.8) |
| OKLCH | oklch(0.646 0.215 142.9) |
Copy-ready code
/* CSS */
color: #0aac13;
background-color: #0aac13;
/* Tailwind (arbitrary) */
class="text-[#0aac13] bg-[#0aac13]"
/* SCSS */
$brand: #0aac13;
/* SwiftUI */
Color(red: 0.039, green: 0.675, blue: 0.075)
/* Android */
Color.parseColor("#0aac13")Accessibility — WCAG contrast
Aa
#0aac13 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0aac13 on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green67.5%
Blue7.5%
CMYK percentages
Cyan94.2%
Magenta0.0%
Yellow89.0%
Key (black)32.5%
Color previews
#0aac13 text on a black background
contrast 6.92:1
Card sample
#0aac13 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0aac13;
Background color
Panel with #0aac13 background
background-color: #0aac13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0aac13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 172, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 172, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0aac13; background: linear-gradient(135deg, #0aac13, #0AAC7F);