#af5f5b
a balanced, soft red · warm · closest name: sienna
RGB
175, 95, 91
HSL
3°, 34%, 52%
CMYK
0, 46, 48, 31
Luminance
0.1805
Every format
| HEX | #af5f5b |
| RGB | rgb(175, 95, 91) |
| HSL | hsl(3, 34%, 52%) |
| CMYK | cmyk(0%, 46%, 48%, 31%) |
| LAB | lab(49.6 31.9 16.8) |
| LCH | lch(49.6 36.1 27.7) |
| OKLCH | oklch(0.577 0.105 23.8) |
Copy-ready code
/* CSS */
color: #af5f5b;
background-color: #af5f5b;
/* Tailwind (arbitrary) */
class="text-[#af5f5b] bg-[#af5f5b]"
/* SCSS */
$brand: #af5f5b;
/* SwiftUI */
Color(red: 0.686, green: 0.373, blue: 0.357)
/* Android */
Color.parseColor("#af5f5b")Accessibility — WCAG contrast
Aa
#af5f5b on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5f5b on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.3%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow48.0%
Key (black)31.4%
Color previews
#af5f5b text on a black background
contrast 4.61:1
Card sample
#af5f5b text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5f5b;
Background color
Panel with #af5f5b background
background-color: #af5f5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5f5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 95, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 95, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5f5b; background: linear-gradient(135deg, #af5f5b, #AF975B);