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