#adac13
a dark, electric yellow · cool · closest name: olive
RGB
173, 172, 19
HSL
60°, 80%, 38%
CMYK
0, 1, 89, 32
Luminance
0.3844
Every format
| HEX | #adac13 |
| RGB | rgb(173, 172, 19) |
| HSL | hsl(60, 80%, 38%) |
| CMYK | cmyk(0%, 1%, 89%, 32%) |
| LAB | lab(68.3 -15.3 67.9) |
| LCH | lch(68.3 69.6 102.7) |
| OKLCH | oklch(0.722 0.153 109.3) |
Copy-ready code
/* CSS */
color: #adac13;
background-color: #adac13;
/* Tailwind (arbitrary) */
class="text-[#adac13] bg-[#adac13]"
/* SCSS */
$brand: #adac13;
/* SwiftUI */
Color(red: 0.678, green: 0.675, blue: 0.075)
/* Android */
Color.parseColor("#adac13")Accessibility — WCAG contrast
Aa
#adac13 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adac13 on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta0.6%
Yellow89.0%
Key (black)32.2%
Color previews
#adac13 text on a black background
contrast 8.69:1
Card sample
#adac13 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adac13;
Background color
Panel with #adac13 background
background-color: #adac13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adac13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 172, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 172, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adac13; background: linear-gradient(135deg, #adac13, #47AD13);