#af6c4b
a balanced, soft orange · warm · closest name: sienna
RGB
175, 108, 75
HSL
20°, 40%, 49%
CMYK
0, 38, 57, 31
Luminance
0.2035
Every format
| HEX | #af6c4b |
| RGB | rgb(175, 108, 75) |
| HSL | hsl(20, 40%, 49%) |
| CMYK | cmyk(0%, 38%, 57%, 31%) |
| LAB | lab(52.2 23.3 29.6) |
| LCH | lch(52.2 37.6 51.7) |
| OKLCH | oklch(0.597 0.098 46.5) |
Copy-ready code
/* CSS */
color: #af6c4b;
background-color: #af6c4b;
/* Tailwind (arbitrary) */
class="text-[#af6c4b] bg-[#af6c4b]"
/* SCSS */
$brand: #af6c4b;
/* SwiftUI */
Color(red: 0.686, green: 0.424, blue: 0.294)
/* Android */
Color.parseColor("#af6c4b")Accessibility — WCAG contrast
Aa
#af6c4b on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6c4b on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.4%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow57.1%
Key (black)31.4%
Color previews
#af6c4b text on a black background
contrast 5.07:1
Card sample
#af6c4b text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6c4b;
Background color
Panel with #af6c4b background
background-color: #af6c4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6c4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 108, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 108, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6c4b; background: linear-gradient(135deg, #af6c4b, #AFAF4B);