#adaa13
a dark, electric yellow · cool · closest name: olive
RGB
173, 170, 19
HSL
59°, 80%, 38%
CMYK
0, 2, 89, 32
Luminance
0.3768
Every format
| HEX | #adaa13 |
| RGB | rgb(173, 170, 19) |
| HSL | hsl(59, 80%, 38%) |
| CMYK | cmyk(0%, 2%, 89%, 32%) |
| LAB | lab(67.8 -14.3 67.4) |
| LCH | lch(67.8 68.9 102.0) |
| OKLCH | oklch(0.717 0.151 108.4) |
Copy-ready code
/* CSS */
color: #adaa13;
background-color: #adaa13;
/* Tailwind (arbitrary) */
class="text-[#adaa13] bg-[#adaa13]"
/* SCSS */
$brand: #adaa13;
/* SwiftUI */
Color(red: 0.678, green: 0.667, blue: 0.075)
/* Android */
Color.parseColor("#adaa13")Accessibility — WCAG contrast
Aa
#adaa13 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adaa13 on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green66.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow89.0%
Key (black)32.2%
Color previews
#adaa13 text on a black background
contrast 8.54:1
Card sample
#adaa13 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adaa13;
Background color
Panel with #adaa13 background
background-color: #adaa13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adaa13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 170, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 170, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adaa13; background: linear-gradient(135deg, #adaa13, #49AD13);