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