#af495c
a balanced, soft red · warm · closest name: sienna
RGB
175, 73, 92
HSL
349°, 41%, 49%
CMYK
0, 58, 47, 31
Luminance
0.1465
Every format
| HEX | #af495c |
| RGB | rgb(175, 73, 92) |
| HSL | hsl(349, 41%, 49%) |
| CMYK | cmyk(0%, 58%, 47%, 31%) |
| LAB | lab(45.2 43.4 10.1) |
| LCH | lch(45.2 44.5 13.1) |
| OKLCH | oklch(0.544 0.134 11.2) |
Copy-ready code
/* CSS */
color: #af495c;
background-color: #af495c;
/* Tailwind (arbitrary) */
class="text-[#af495c] bg-[#af495c]"
/* SCSS */
$brand: #af495c;
/* SwiftUI */
Color(red: 0.686, green: 0.286, blue: 0.361)
/* Android */
Color.parseColor("#af495c")Accessibility — WCAG contrast
Aa
#af495c on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af495c on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green28.6%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow47.4%
Key (black)31.4%
Color previews
#af495c text on a black background
contrast 3.93:1
Card sample
#af495c text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af495c;
Background color
Panel with #af495c background
background-color: #af495c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af495c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 73, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 73, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af495c; background: linear-gradient(135deg, #af495c, #AF7A49);