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