#ad8319
a dark, vivid yellow · warm · closest name: peru
RGB
173, 131, 25
HSL
43°, 75%, 39%
CMYK
0, 24, 86, 32
Luminance
0.2519
Every format
| HEX | #ad8319 |
| RGB | rgb(173, 131, 25) |
| HSL | hsl(43, 75%, 39%) |
| CMYK | cmyk(0%, 24%, 86%, 32%) |
| LAB | lab(57.3 6.8 57.5) |
| LCH | lch(57.3 57.9 83.2) |
| OKLCH | oklch(0.634 0.123 84.4) |
Copy-ready code
/* CSS */
color: #ad8319;
background-color: #ad8319;
/* Tailwind (arbitrary) */
class="text-[#ad8319] bg-[#ad8319]"
/* SCSS */
$brand: #ad8319;
/* SwiftUI */
Color(red: 0.678, green: 0.514, blue: 0.098)
/* Android */
Color.parseColor("#ad8319")Accessibility — WCAG contrast
Aa
#ad8319 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad8319 on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green51.4%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow85.5%
Key (black)32.2%
Color previews
#ad8319 text on a black background
contrast 6.04:1
Card sample
#ad8319 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad8319;
Background color
Panel with #ad8319 background
background-color: #ad8319;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad8319;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 131, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 131, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad8319; background: linear-gradient(135deg, #ad8319, #74AD19);