#af6021
a dark, vivid orange · warm · closest name: sienna
RGB
175, 96, 33
HSL
27°, 68%, 41%
CMYK
0, 45, 81, 31
Luminance
0.1759
Every format
| HEX | #af6021 |
| RGB | rgb(175, 96, 33) |
| HSL | hsl(27, 68%, 41%) |
| CMYK | cmyk(0%, 45%, 81%, 31%) |
| LAB | lab(49.0 27.5 47.5) |
| LCH | lch(49.0 54.9 59.9) |
| OKLCH | oklch(0.571 0.126 54.5) |
Copy-ready code
/* CSS */
color: #af6021;
background-color: #af6021;
/* Tailwind (arbitrary) */
class="text-[#af6021] bg-[#af6021]"
/* SCSS */
$brand: #af6021;
/* SwiftUI */
Color(red: 0.686, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#af6021")Accessibility — WCAG contrast
Aa
#af6021 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af6021 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow81.1%
Key (black)31.4%
Color previews
#af6021 text on a black background
contrast 4.52:1
Card sample
#af6021 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6021;
Background color
Panel with #af6021 background
background-color: #af6021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6021; background: linear-gradient(135deg, #af6021, #9FAF21);