#af532c
a dark, vivid orange · warm · closest name: sienna
RGB
175, 83, 44
HSL
18°, 60%, 43%
CMYK
0, 53, 75, 31
Luminance
0.1548
Every format
| HEX | #af532c |
| RGB | rgb(175, 83, 44) |
| HSL | hsl(18, 60%, 43%) |
| CMYK | cmyk(0%, 53%, 75%, 31%) |
| LAB | lab(46.3 34.9 39.5) |
| LCH | lch(46.3 52.7 48.6) |
| OKLCH | oklch(0.550 0.131 42.2) |
Copy-ready code
/* CSS */
color: #af532c;
background-color: #af532c;
/* Tailwind (arbitrary) */
class="text-[#af532c] bg-[#af532c]"
/* SCSS */
$brand: #af532c;
/* SwiftUI */
Color(red: 0.686, green: 0.325, blue: 0.173)
/* Android */
Color.parseColor("#af532c")Accessibility — WCAG contrast
Aa
#af532c on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af532c on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.5%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow74.9%
Key (black)31.4%
Color previews
#af532c text on a black background
contrast 4.10:1
Card sample
#af532c text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af532c;
Background color
Panel with #af532c background
background-color: #af532c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af532c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 83, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 83, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af532c; background: linear-gradient(135deg, #af532c, #AFAA2C);