#af5f5e
a balanced, soft red · warm · closest name: sienna
RGB
175, 95, 94
HSL
1°, 34%, 53%
CMYK
0, 46, 46, 31
Luminance
0.1811
Every format
| HEX | #af5f5e |
| RGB | rgb(175, 95, 94) |
| HSL | hsl(1, 34%, 53%) |
| CMYK | cmyk(0%, 46%, 46%, 31%) |
| LAB | lab(49.6 32.2 15.1) |
| LCH | lch(49.6 35.6 25.1) |
| OKLCH | oklch(0.578 0.104 21.5) |
Copy-ready code
/* CSS */
color: #af5f5e;
background-color: #af5f5e;
/* Tailwind (arbitrary) */
class="text-[#af5f5e] bg-[#af5f5e]"
/* SCSS */
$brand: #af5f5e;
/* SwiftUI */
Color(red: 0.686, green: 0.373, blue: 0.369)
/* Android */
Color.parseColor("#af5f5e")Accessibility — WCAG contrast
Aa
#af5f5e on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5f5e on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.3%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow46.3%
Key (black)31.4%
Color previews
#af5f5e text on a black background
contrast 4.62:1
Card sample
#af5f5e text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5f5e;
Background color
Panel with #af5f5e background
background-color: #af5f5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5f5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 95, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 95, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5f5e; background: linear-gradient(135deg, #af5f5e, #AF955E);