#af6e49
a balanced, soft orange · warm · closest name: sienna
RGB
175, 110, 73
HSL
22°, 41%, 49%
CMYK
0, 37, 58, 31
Luminance
0.2075
Every format
| HEX | #af6e49 |
| RGB | rgb(175, 110, 73) |
| HSL | hsl(22, 41%, 49%) |
| CMYK | cmyk(0%, 37%, 58%, 31%) |
| LAB | lab(52.7 22.0 31.2) |
| LCH | lch(52.7 38.2 54.8) |
| OKLCH | oklch(0.600 0.098 49.7) |
Copy-ready code
/* CSS */
color: #af6e49;
background-color: #af6e49;
/* Tailwind (arbitrary) */
class="text-[#af6e49] bg-[#af6e49]"
/* SCSS */
$brand: #af6e49;
/* SwiftUI */
Color(red: 0.686, green: 0.431, blue: 0.286)
/* Android */
Color.parseColor("#af6e49")Accessibility — WCAG contrast
Aa
#af6e49 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6e49 on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta37.1%
Yellow58.3%
Key (black)31.4%
Color previews
#af6e49 text on a black background
contrast 5.15:1
Card sample
#af6e49 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6e49;
Background color
Panel with #af6e49 background
background-color: #af6e49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6e49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 110, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 110, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6e49; background: linear-gradient(135deg, #af6e49, #ACAF49);