#ad8213
a dark, electric yellow · warm · closest name: peru
RGB
173, 130, 19
HSL
43°, 80%, 38%
CMYK
0, 25, 89, 32
Luminance
0.2490
Every format
| HEX | #ad8213 |
| RGB | rgb(173, 130, 19) |
| HSL | hsl(43, 80%, 38%) |
| CMYK | cmyk(0%, 25%, 89%, 32%) |
| LAB | lab(57.0 7.2 58.9) |
| LCH | lch(57.0 59.3 83.0) |
| OKLCH | oklch(0.632 0.125 84.1) |
Copy-ready code
/* CSS */
color: #ad8213;
background-color: #ad8213;
/* Tailwind (arbitrary) */
class="text-[#ad8213] bg-[#ad8213]"
/* SCSS */
$brand: #ad8213;
/* SwiftUI */
Color(red: 0.678, green: 0.510, blue: 0.075)
/* Android */
Color.parseColor("#ad8213")Accessibility — WCAG contrast
Aa
#ad8213 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad8213 on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green51.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta24.9%
Yellow89.0%
Key (black)32.2%
Color previews
#ad8213 text on a black background
contrast 5.98:1
Card sample
#ad8213 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad8213;
Background color
Panel with #ad8213 background
background-color: #ad8213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad8213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 130, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 130, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad8213; background: linear-gradient(135deg, #ad8213, #71AD13);