#af652d
a dark, vivid orange · warm · closest name: sienna
RGB
175, 101, 45
HSL
26°, 59%, 43%
CMYK
0, 42, 74, 31
Luminance
0.1861
Every format
| HEX | #af652d |
| RGB | rgb(175, 101, 45) |
| HSL | hsl(26, 59%, 43%) |
| CMYK | cmyk(0%, 42%, 74%, 31%) |
| LAB | lab(50.2 25.2 43.2) |
| LCH | lch(50.2 50.0 59.7) |
| OKLCH | oklch(0.580 0.118 54.6) |
Copy-ready code
/* CSS */
color: #af652d;
background-color: #af652d;
/* Tailwind (arbitrary) */
class="text-[#af652d] bg-[#af652d]"
/* SCSS */
$brand: #af652d;
/* SwiftUI */
Color(red: 0.686, green: 0.396, blue: 0.176)
/* Android */
Color.parseColor("#af652d")Accessibility — WCAG contrast
Aa
#af652d on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af652d on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.6%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow74.3%
Key (black)31.4%
Color previews
#af652d text on a black background
contrast 4.72:1
Card sample
#af652d text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af652d;
Background color
Panel with #af652d background
background-color: #af652d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af652d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 101, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 101, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af652d; background: linear-gradient(135deg, #af652d, #A2AF2D);