#af5d6f
a balanced, soft red · warm · closest name: salmon
RGB
175, 93, 111
HSL
347°, 34%, 53%
CMYK
0, 47, 37, 31
Luminance
0.1809
Every format
| HEX | #af5d6f |
| RGB | rgb(175, 93, 111) |
| HSL | hsl(347, 34%, 53%) |
| CMYK | cmyk(0%, 47%, 37%, 31%) |
| LAB | lab(49.6 35.3 4.9) |
| LCH | lch(49.6 35.6 7.9) |
| OKLCH | oklch(0.579 0.108 7.0) |
Copy-ready code
/* CSS */
color: #af5d6f;
background-color: #af5d6f;
/* Tailwind (arbitrary) */
class="text-[#af5d6f] bg-[#af5d6f]"
/* SCSS */
$brand: #af5d6f;
/* SwiftUI */
Color(red: 0.686, green: 0.365, blue: 0.435)
/* Android */
Color.parseColor("#af5d6f")Accessibility — WCAG contrast
Aa
#af5d6f on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5d6f on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta46.9%
Yellow36.6%
Key (black)31.4%
Color previews
#af5d6f text on a black background
contrast 4.62:1
Card sample
#af5d6f text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5d6f;
Background color
Panel with #af5d6f background
background-color: #af5d6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5d6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 93, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 93, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5d6f; background: linear-gradient(135deg, #af5d6f, #AF815D);