#af653c
a balanced, vivid orange · warm · closest name: sienna
RGB
175, 101, 60
HSL
21°, 49%, 46%
CMYK
0, 42, 66, 31
Luminance
0.1875
Every format
| HEX | #af653c |
| RGB | rgb(175, 101, 60) |
| HSL | hsl(21, 49%, 46%) |
| CMYK | cmyk(0%, 42%, 66%, 31%) |
| LAB | lab(50.4 26.1 35.6) |
| LCH | lch(50.4 44.1 53.8) |
| OKLCH | oklch(0.582 0.111 48.4) |
Copy-ready code
/* CSS */
color: #af653c;
background-color: #af653c;
/* Tailwind (arbitrary) */
class="text-[#af653c] bg-[#af653c]"
/* SCSS */
$brand: #af653c;
/* SwiftUI */
Color(red: 0.686, green: 0.396, blue: 0.235)
/* Android */
Color.parseColor("#af653c")Accessibility — WCAG contrast
Aa
#af653c on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af653c on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.6%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow65.7%
Key (black)31.4%
Color previews
#af653c text on a black background
contrast 4.75:1
Card sample
#af653c text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af653c;
Background color
Panel with #af653c background
background-color: #af653c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af653c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 101, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 101, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af653c; background: linear-gradient(135deg, #af653c, #ACAF3C);