#af595f
a balanced, soft red · warm · closest name: sienna
RGB
175, 89, 95
HSL
356°, 35%, 52%
CMYK
0, 49, 46, 31
Luminance
0.1708
Every format
| HEX | #af595f |
| RGB | rgb(175, 89, 95) |
| HSL | hsl(356, 35%, 52%) |
| CMYK | cmyk(0%, 49%, 46%, 31%) |
| LAB | lab(48.4 35.5 12.8) |
| LCH | lch(48.4 37.8 19.8) |
| OKLCH | oklch(0.569 0.112 16.9) |
Copy-ready code
/* CSS */
color: #af595f;
background-color: #af595f;
/* Tailwind (arbitrary) */
class="text-[#af595f] bg-[#af595f]"
/* SCSS */
$brand: #af595f;
/* SwiftUI */
Color(red: 0.686, green: 0.349, blue: 0.373)
/* Android */
Color.parseColor("#af595f")Accessibility — WCAG contrast
Aa
#af595f on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af595f on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta49.1%
Yellow45.7%
Key (black)31.4%
Color previews
#af595f text on a black background
contrast 4.42:1
Card sample
#af595f text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af595f;
Background color
Panel with #af595f background
background-color: #af595f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af595f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 89, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 89, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af595f; background: linear-gradient(135deg, #af595f, #AF8C59);