#aac034
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
170, 192, 52
HSL
69°, 57%, 48%
CMYK
12, 0, 73, 25
Luminance
0.4649
Every format
| HEX | #aac034 |
| RGB | rgb(170, 192, 52) |
| HSL | hsl(69, 57%, 48%) |
| CMYK | cmyk(12%, 0%, 73%, 25%) |
| LAB | lab(73.9 -25.4 63.7) |
| LCH | lch(73.9 68.6 111.7) |
| OKLCH | oklch(0.766 0.161 118.2) |
Copy-ready code
/* CSS */
color: #aac034;
background-color: #aac034;
/* Tailwind (arbitrary) */
class="text-[#aac034] bg-[#aac034]"
/* SCSS */
$brand: #aac034;
/* SwiftUI */
Color(red: 0.667, green: 0.753, blue: 0.204)
/* Android */
Color.parseColor("#aac034")Accessibility — WCAG contrast
Aa
#aac034 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac034 on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green75.3%
Blue20.4%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow72.9%
Key (black)24.7%
Color previews
#aac034 text on a black background
contrast 10.30:1
Card sample
#aac034 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac034;
Background color
Panel with #aac034 background
background-color: #aac034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 192, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 192, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac034; background: linear-gradient(135deg, #aac034, #4DC034);