#af643f
a balanced, vivid orange · warm · closest name: sienna
RGB
175, 100, 63
HSL
20°, 47%, 47%
CMYK
0, 43, 64, 31
Luminance
0.1859
Every format
| HEX | #af643f |
| RGB | rgb(175, 100, 63) |
| HSL | hsl(20, 47%, 47%) |
| CMYK | cmyk(0%, 43%, 64%, 31%) |
| LAB | lab(50.2 26.8 33.8) |
| LCH | lch(50.2 43.1 51.5) |
| OKLCH | oklch(0.581 0.110 46.1) |
Copy-ready code
/* CSS */
color: #af643f;
background-color: #af643f;
/* Tailwind (arbitrary) */
class="text-[#af643f] bg-[#af643f]"
/* SCSS */
$brand: #af643f;
/* SwiftUI */
Color(red: 0.686, green: 0.392, blue: 0.247)
/* Android */
Color.parseColor("#af643f")Accessibility — WCAG contrast
Aa
#af643f on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af643f on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow64.0%
Key (black)31.4%
Color previews
#af643f text on a black background
contrast 4.72:1
Card sample
#af643f text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af643f;
Background color
Panel with #af643f background
background-color: #af643f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af643f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 100, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 100, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af643f; background: linear-gradient(135deg, #af643f, #AFAF3F);