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