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