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