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