#af4621
a dark, vivid orange · warm · closest name: sienna
RGB
175, 70, 33
HSL
16°, 68%, 41%
CMYK
0, 60, 81, 31
Luminance
0.1360
Every format
| HEX | #af4621 |
| RGB | rgb(175, 70, 33) |
| HSL | hsl(16, 68%, 41%) |
| CMYK | cmyk(0%, 60%, 81%, 31%) |
| LAB | lab(43.7 41.0 42.4) |
| LCH | lch(43.7 59.0 46.0) |
| OKLCH | oklch(0.530 0.146 38.8) |
Copy-ready code
/* CSS */
color: #af4621;
background-color: #af4621;
/* Tailwind (arbitrary) */
class="text-[#af4621] bg-[#af4621]"
/* SCSS */
$brand: #af4621;
/* SwiftUI */
Color(red: 0.686, green: 0.275, blue: 0.129)
/* Android */
Color.parseColor("#af4621")Accessibility — WCAG contrast
Aa
#af4621 on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4621 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow81.1%
Key (black)31.4%
Color previews
#af4621 text on a black background
contrast 3.72:1
Card sample
#af4621 text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4621;
Background color
Panel with #af4621 background
background-color: #af4621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 70, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 70, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4621; background: linear-gradient(135deg, #af4621, #AFA521);