#af6621
a dark, vivid orange · warm · closest name: peru
RGB
175, 102, 33
HSL
29°, 68%, 41%
CMYK
0, 42, 81, 31
Luminance
0.1873
Every format
| HEX | #af6621 |
| RGB | rgb(175, 102, 33) |
| HSL | hsl(29, 68%, 41%) |
| CMYK | cmyk(0%, 42%, 81%, 31%) |
| LAB | lab(50.4 24.2 48.7) |
| LCH | lch(50.4 54.4 63.6) |
| OKLCH | oklch(0.581 0.123 58.9) |
Copy-ready code
/* CSS */
color: #af6621;
background-color: #af6621;
/* Tailwind (arbitrary) */
class="text-[#af6621] bg-[#af6621]"
/* SCSS */
$brand: #af6621;
/* SwiftUI */
Color(red: 0.686, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#af6621")Accessibility — WCAG contrast
Aa
#af6621 on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6621 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green40.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow81.1%
Key (black)31.4%
Color previews
#af6621 text on a black background
contrast 4.75:1
Card sample
#af6621 text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6621;
Background color
Panel with #af6621 background
background-color: #af6621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6621; background: linear-gradient(135deg, #af6621, #99AF21);