#aace13
a dark, electric green · cool · closest name: yellow
RGB
170, 206, 19
HSL
72°, 83%, 44%
CMYK
18, 0, 91, 19
Luminance
0.5274
Every format
| HEX | #aace13 |
| RGB | rgb(170, 206, 19) |
| HSL | hsl(72, 83%, 44%) |
| CMYK | cmyk(18%, 0%, 91%, 19%) |
| LAB | lab(77.7 -33.2 75.3) |
| LCH | lch(77.7 82.3 113.8) |
| OKLCH | oklch(0.797 0.189 121.6) |
Copy-ready code
/* CSS */
color: #aace13;
background-color: #aace13;
/* Tailwind (arbitrary) */
class="text-[#aace13] bg-[#aace13]"
/* SCSS */
$brand: #aace13;
/* SwiftUI */
Color(red: 0.667, green: 0.808, blue: 0.075)
/* Android */
Color.parseColor("#aace13")Accessibility — WCAG contrast
Aa
#aace13 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aace13 on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.8%
Blue7.5%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow90.8%
Key (black)19.2%
Color previews
#aace13 text on a black background
contrast 11.55:1
Card sample
#aace13 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aace13;
Background color
Panel with #aace13 background
background-color: #aace13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aace13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 206, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 206, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aace13; background: linear-gradient(135deg, #aace13, #2DCE13);