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