#af8621
a dark, vivid yellow · warm · closest name: peru
RGB
175, 134, 33
HSL
43°, 68%, 41%
CMYK
0, 23, 81, 31
Luminance
0.2627
Every format
| HEX | #af8621 |
| RGB | rgb(175, 134, 33) |
| HSL | hsl(43, 68%, 41%) |
| CMYK | cmyk(0%, 23%, 81%, 31%) |
| LAB | lab(58.3 6.3 55.9) |
| LCH | lch(58.3 56.3 83.6) |
| OKLCH | oklch(0.643 0.121 84.7) |
Copy-ready code
/* CSS */
color: #af8621;
background-color: #af8621;
/* Tailwind (arbitrary) */
class="text-[#af8621] bg-[#af8621]"
/* SCSS */
$brand: #af8621;
/* SwiftUI */
Color(red: 0.686, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#af8621")Accessibility — WCAG contrast
Aa
#af8621 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8621 on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta23.4%
Yellow81.1%
Key (black)31.4%
Color previews
#af8621 text on a black background
contrast 6.25:1
Card sample
#af8621 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8621;
Background color
Panel with #af8621 background
background-color: #af8621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8621; background: linear-gradient(135deg, #af8621, #79AF21);