#af673b
a balanced, vivid orange · warm · closest name: sienna
RGB
175, 103, 59
HSL
23°, 50%, 46%
CMYK
0, 41, 66, 31
Luminance
0.1913
Every format
| HEX | #af673b |
| RGB | rgb(175, 103, 59) |
| HSL | hsl(23, 50%, 46%) |
| CMYK | cmyk(0%, 41%, 66%, 31%) |
| LAB | lab(50.8 24.9 36.7) |
| LCH | lch(50.8 44.3 55.8) |
| OKLCH | oklch(0.586 0.110 50.6) |
Copy-ready code
/* CSS */
color: #af673b;
background-color: #af673b;
/* Tailwind (arbitrary) */
class="text-[#af673b] bg-[#af673b]"
/* SCSS */
$brand: #af673b;
/* SwiftUI */
Color(red: 0.686, green: 0.404, blue: 0.231)
/* Android */
Color.parseColor("#af673b")Accessibility — WCAG contrast
Aa
#af673b on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af673b on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green40.4%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow66.3%
Key (black)31.4%
Color previews
#af673b text on a black background
contrast 4.83:1
Card sample
#af673b text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af673b;
Background color
Panel with #af673b background
background-color: #af673b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af673b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 103, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 103, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af673b; background: linear-gradient(135deg, #af673b, #AAAF3B);