#af593d
a balanced, vivid red · warm · closest name: sienna
RGB
175, 89, 61
HSL
15°, 48%, 46%
CMYK
0, 49, 65, 31
Luminance
0.1660
Every format
| HEX | #af593d |
| RGB | rgb(175, 89, 61) |
| HSL | hsl(15, 48%, 46%) |
| CMYK | cmyk(0%, 49%, 65%, 31%) |
| LAB | lab(47.8 32.7 31.9) |
| LCH | lch(47.8 45.7 44.4) |
| OKLCH | oklch(0.562 0.120 38.6) |
Copy-ready code
/* CSS */
color: #af593d;
background-color: #af593d;
/* Tailwind (arbitrary) */
class="text-[#af593d] bg-[#af593d]"
/* SCSS */
$brand: #af593d;
/* SwiftUI */
Color(red: 0.686, green: 0.349, blue: 0.239)
/* Android */
Color.parseColor("#af593d")Accessibility — WCAG contrast
Aa
#af593d on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af593d on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.9%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta49.1%
Yellow65.1%
Key (black)31.4%
Color previews
#af593d text on a black background
contrast 4.32:1
Card sample
#af593d text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af593d;
Background color
Panel with #af593d background
background-color: #af593d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af593d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 89, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 89, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af593d; background: linear-gradient(135deg, #af593d, #AFA53D);