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