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