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