#af6949
a balanced, soft orange · warm · closest name: sienna
RGB
175, 105, 73
HSL
19°, 41%, 49%
CMYK
0, 40, 58, 31
Luminance
0.1970
Every format
| HEX | #af6949 |
| RGB | rgb(175, 105, 73) |
| HSL | hsl(19, 41%, 49%) |
| CMYK | cmyk(0%, 40%, 58%, 31%) |
| LAB | lab(51.5 24.8 29.8) |
| LCH | lch(51.5 38.8 50.2) |
| OKLCH | oklch(0.591 0.101 44.9) |
Copy-ready code
/* CSS */
color: #af6949;
background-color: #af6949;
/* Tailwind (arbitrary) */
class="text-[#af6949] bg-[#af6949]"
/* SCSS */
$brand: #af6949;
/* SwiftUI */
Color(red: 0.686, green: 0.412, blue: 0.286)
/* Android */
Color.parseColor("#af6949")Accessibility — WCAG contrast
Aa
#af6949 on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6949 on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green41.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow58.3%
Key (black)31.4%
Color previews
#af6949 text on a black background
contrast 4.94:1
Card sample
#af6949 text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6949;
Background color
Panel with #af6949 background
background-color: #af6949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 105, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 105, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6949; background: linear-gradient(135deg, #af6949, #AFAD49);