#ad8513
a dark, electric yellow · warm · closest name: olive
RGB
173, 133, 19
HSL
44°, 80%, 38%
CMYK
0, 23, 89, 32
Luminance
0.2571
Every format
| HEX | #ad8513 |
| RGB | rgb(173, 133, 19) |
| HSL | hsl(44, 80%, 38%) |
| CMYK | cmyk(0%, 23%, 89%, 32%) |
| LAB | lab(57.8 5.6 59.5) |
| LCH | lch(57.8 59.7 84.7) |
| OKLCH | oklch(0.638 0.126 86.3) |
Copy-ready code
/* CSS */
color: #ad8513;
background-color: #ad8513;
/* Tailwind (arbitrary) */
class="text-[#ad8513] bg-[#ad8513]"
/* SCSS */
$brand: #ad8513;
/* SwiftUI */
Color(red: 0.678, green: 0.522, blue: 0.075)
/* Android */
Color.parseColor("#ad8513")Accessibility — WCAG contrast
Aa
#ad8513 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad8513 on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green52.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta23.1%
Yellow89.0%
Key (black)32.2%
Color previews
#ad8513 text on a black background
contrast 6.14:1
Card sample
#ad8513 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad8513;
Background color
Panel with #ad8513 background
background-color: #ad8513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad8513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 133, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 133, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad8513; background: linear-gradient(135deg, #ad8513, #6EAD13);