#af5421
a dark, vivid orange · warm · closest name: sienna
RGB
175, 84, 33
HSL
22°, 68%, 41%
CMYK
0, 52, 81, 31
Luminance
0.1556
Every format
| HEX | #af5421 |
| RGB | rgb(175, 84, 33) |
| HSL | hsl(22, 68%, 41%) |
| CMYK | cmyk(0%, 52%, 81%, 31%) |
| LAB | lab(46.4 33.9 45.0) |
| LCH | lch(46.4 56.4 53.0) |
| OKLCH | oklch(0.551 0.134 46.4) |
Copy-ready code
/* CSS */
color: #af5421;
background-color: #af5421;
/* Tailwind (arbitrary) */
class="text-[#af5421] bg-[#af5421]"
/* SCSS */
$brand: #af5421;
/* SwiftUI */
Color(red: 0.686, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#af5421")Accessibility — WCAG contrast
Aa
#af5421 on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5421 on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow81.1%
Key (black)31.4%
Color previews
#af5421 text on a black background
contrast 4.11:1
Card sample
#af5421 text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5421;
Background color
Panel with #af5421 background
background-color: #af5421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5421; background: linear-gradient(135deg, #af5421, #ACAF21);