#aac913
a dark, electric green · cool · closest name: yellow
RGB
170, 201, 19
HSL
70°, 83%, 43%
CMYK
15, 0, 91, 21
Luminance
0.5037
Every format
| HEX | #aac913 |
| RGB | rgb(170, 201, 19) |
| HSL | hsl(70, 83%, 43%) |
| CMYK | cmyk(15%, 0%, 91%, 21%) |
| LAB | lab(76.3 -30.8 74.1) |
| LCH | lch(76.3 80.3 112.6) |
| OKLCH | oklch(0.785 0.184 120.4) |
Copy-ready code
/* CSS */
color: #aac913;
background-color: #aac913;
/* Tailwind (arbitrary) */
class="text-[#aac913] bg-[#aac913]"
/* SCSS */
$brand: #aac913;
/* SwiftUI */
Color(red: 0.667, green: 0.788, blue: 0.075)
/* Android */
Color.parseColor("#aac913")Accessibility — WCAG contrast
Aa
#aac913 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac913 on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green78.8%
Blue7.5%
CMYK percentages
Cyan15.4%
Magenta0.0%
Yellow90.5%
Key (black)21.2%
Color previews
#aac913 text on a black background
contrast 11.07:1
Card sample
#aac913 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac913;
Background color
Panel with #aac913 background
background-color: #aac913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 201, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 201, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac913; background: linear-gradient(135deg, #aac913, #31C913);