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