#ad8f13
a dark, electric yellow · cool · closest name: olive
RGB
173, 143, 19
HSL
48°, 80%, 38%
CMYK
0, 17, 89, 32
Luminance
0.2858
Every format
| HEX | #ad8f13 |
| RGB | rgb(173, 143, 19) |
| HSL | hsl(48, 80%, 38%) |
| CMYK | cmyk(0%, 17%, 89%, 32%) |
| LAB | lab(60.4 0.1 61.6) |
| LCH | lch(60.4 61.6 90.0) |
| OKLCH | oklch(0.659 0.131 93.3) |
Copy-ready code
/* CSS */
color: #ad8f13;
background-color: #ad8f13;
/* Tailwind (arbitrary) */
class="text-[#ad8f13] bg-[#ad8f13]"
/* SCSS */
$brand: #ad8f13;
/* SwiftUI */
Color(red: 0.678, green: 0.561, blue: 0.075)
/* Android */
Color.parseColor("#ad8f13")Accessibility — WCAG contrast
Aa
#ad8f13 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad8f13 on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green56.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow89.0%
Key (black)32.2%
Color previews
#ad8f13 text on a black background
contrast 6.72:1
Card sample
#ad8f13 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad8f13;
Background color
Panel with #ad8f13 background
background-color: #ad8f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad8f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 143, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 143, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad8f13; background: linear-gradient(135deg, #ad8f13, #64AD13);