#af594f
a balanced, soft red · warm · closest name: sienna
RGB
175, 89, 79
HSL
6°, 38%, 50%
CMYK
0, 49, 55, 31
Luminance
0.1682
Every format
| HEX | #af594f |
| RGB | rgb(175, 89, 79) |
| HSL | hsl(6, 38%, 50%) |
| CMYK | cmyk(0%, 49%, 55%, 31%) |
| LAB | lab(48.0 34.0 21.9) |
| LCH | lch(48.0 40.4 32.7) |
| OKLCH | oklch(0.565 0.114 28.1) |
Copy-ready code
/* CSS */
color: #af594f;
background-color: #af594f;
/* Tailwind (arbitrary) */
class="text-[#af594f] bg-[#af594f]"
/* SCSS */
$brand: #af594f;
/* SwiftUI */
Color(red: 0.686, green: 0.349, blue: 0.310)
/* Android */
Color.parseColor("#af594f")Accessibility — WCAG contrast
Aa
#af594f on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af594f on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta49.1%
Yellow54.9%
Key (black)31.4%
Color previews
#af594f text on a black background
contrast 4.36:1
Card sample
#af594f text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af594f;
Background color
Panel with #af594f background
background-color: #af594f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af594f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 89, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 89, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af594f; background: linear-gradient(135deg, #af594f, #AF994F);