#08aa13
a dark, electric green · cool · closest name: green
RGB
8, 170, 19
HSL
124°, 91%, 35%
CMYK
95, 0, 89, 33
Luminance
0.2885
Every format
| HEX | #08aa13 |
| RGB | rgb(8, 170, 19) |
| HSL | hsl(124, 91%, 35%) |
| CMYK | cmyk(95%, 0%, 89%, 33%) |
| LAB | lab(60.6 -62.6 58.6) |
| LCH | lch(60.6 85.8 136.9) |
| OKLCH | oklch(0.640 0.213 142.9) |
Copy-ready code
/* CSS */
color: #08aa13;
background-color: #08aa13;
/* Tailwind (arbitrary) */
class="text-[#08aa13] bg-[#08aa13]"
/* SCSS */
$brand: #08aa13;
/* SwiftUI */
Color(red: 0.031, green: 0.667, blue: 0.075)
/* Android */
Color.parseColor("#08aa13")Accessibility — WCAG contrast
Aa
#08aa13 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#08aa13 on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green66.7%
Blue7.5%
CMYK percentages
Cyan95.3%
Magenta0.0%
Yellow88.8%
Key (black)33.3%
Color previews
#08aa13 text on a black background
contrast 6.77:1
Card sample
#08aa13 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08aa13;
Background color
Panel with #08aa13 background
background-color: #08aa13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08aa13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 170, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 170, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08aa13; background: linear-gradient(135deg, #08aa13, #08AA7F);