#aaaf13
a dark, electric yellow · cool · closest name: olive
RGB
170, 175, 19
HSL
62°, 80%, 38%
CMYK
3, 0, 89, 31
Luminance
0.3925
Every format
| HEX | #aaaf13 |
| RGB | rgb(170, 175, 19) |
| HSL | hsl(62, 80%, 38%) |
| CMYK | cmyk(3%, 0%, 89%, 31%) |
| LAB | lab(68.9 -18.2 68.3) |
| LCH | lch(68.9 70.6 104.9) |
| OKLCH | oklch(0.726 0.157 111.8) |
Copy-ready code
/* CSS */
color: #aaaf13;
background-color: #aaaf13;
/* Tailwind (arbitrary) */
class="text-[#aaaf13] bg-[#aaaf13]"
/* SCSS */
$brand: #aaaf13;
/* SwiftUI */
Color(red: 0.667, green: 0.686, blue: 0.075)
/* Android */
Color.parseColor("#aaaf13")Accessibility — WCAG contrast
Aa
#aaaf13 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaaf13 on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green68.6%
Blue7.5%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow89.1%
Key (black)31.4%
Color previews
#aaaf13 text on a black background
contrast 8.85:1
Card sample
#aaaf13 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaaf13;
Background color
Panel with #aaaf13 background
background-color: #aaaf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaaf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 175, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 175, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaaf13; background: linear-gradient(135deg, #aaaf13, #42AF13);