#af8421
a dark, vivid yellow · warm · closest name: peru
RGB
175, 132, 33
HSL
42°, 68%, 41%
CMYK
0, 25, 81, 31
Luminance
0.2573
Every format
| HEX | #af8421 |
| RGB | rgb(175, 132, 33) |
| HSL | hsl(42, 68%, 41%) |
| CMYK | cmyk(0%, 25%, 81%, 31%) |
| LAB | lab(57.8 7.4 55.5) |
| LCH | lch(57.8 56.0 82.4) |
| OKLCH | oklch(0.639 0.121 83.1) |
Copy-ready code
/* CSS */
color: #af8421;
background-color: #af8421;
/* Tailwind (arbitrary) */
class="text-[#af8421] bg-[#af8421]"
/* SCSS */
$brand: #af8421;
/* SwiftUI */
Color(red: 0.686, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#af8421")Accessibility — WCAG contrast
Aa
#af8421 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8421 on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta24.6%
Yellow81.1%
Key (black)31.4%
Color previews
#af8421 text on a black background
contrast 6.15:1
Card sample
#af8421 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8421;
Background color
Panel with #af8421 background
background-color: #af8421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8421; background: linear-gradient(135deg, #af8421, #7BAF21);