#af445d
a balanced, soft red · warm · closest name: salmon
RGB
175, 68, 93
HSL
346°, 44%, 48%
CMYK
0, 61, 47, 31
Luminance
0.1404
Every format
| HEX | #af445d |
| RGB | rgb(175, 68, 93) |
| HSL | hsl(346, 44%, 48%) |
| CMYK | cmyk(0%, 61%, 47%, 31%) |
| LAB | lab(44.3 45.8 8.3) |
| LCH | lch(44.3 46.6 10.2) |
| OKLCH | oklch(0.538 0.141 8.8) |
Copy-ready code
/* CSS */
color: #af445d;
background-color: #af445d;
/* Tailwind (arbitrary) */
class="text-[#af445d] bg-[#af445d]"
/* SCSS */
$brand: #af445d;
/* SwiftUI */
Color(red: 0.686, green: 0.267, blue: 0.365)
/* Android */
Color.parseColor("#af445d")Accessibility — WCAG contrast
Aa
#af445d on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af445d on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green26.7%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow46.9%
Key (black)31.4%
Color previews
#af445d text on a black background
contrast 3.81:1
Card sample
#af445d text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af445d;
Background color
Panel with #af445d background
background-color: #af445d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af445d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 68, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 68, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af445d; background: linear-gradient(135deg, #af445d, #AF7244);