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