#aac511
a dark, electric yellow · cool · closest name: yellow
RGB
170, 197, 17
HSL
69°, 84%, 42%
CMYK
14, 0, 91, 23
Luminance
0.4852
Every format
| HEX | #aac511 |
| RGB | rgb(170, 197, 17) |
| HSL | hsl(69, 84%, 42%) |
| CMYK | cmyk(14%, 0%, 91%, 23%) |
| LAB | lab(75.2 -29.0 73.5) |
| LCH | lch(75.2 79.0 111.5) |
| OKLCH | oklch(0.776 0.180 119.2) |
Copy-ready code
/* CSS */
color: #aac511;
background-color: #aac511;
/* Tailwind (arbitrary) */
class="text-[#aac511] bg-[#aac511]"
/* SCSS */
$brand: #aac511;
/* SwiftUI */
Color(red: 0.667, green: 0.773, blue: 0.067)
/* Android */
Color.parseColor("#aac511")Accessibility — WCAG contrast
Aa
#aac511 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac511 on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green77.3%
Blue6.7%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow91.4%
Key (black)22.7%
Color previews
#aac511 text on a black background
contrast 10.70:1
Card sample
#aac511 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac511;
Background color
Panel with #aac511 background
background-color: #aac511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 197, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 197, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac511; background: linear-gradient(135deg, #aac511, #32C511);