#af4f62
a balanced, soft red · warm · closest name: salmon
RGB
175, 79, 98
HSL
348°, 38%, 50%
CMYK
0, 55, 44, 31
Luminance
0.1559
Every format
| HEX | #af4f62 |
| RGB | rgb(175, 79, 98) |
| HSL | hsl(348, 38%, 50%) |
| CMYK | cmyk(0%, 55%, 44%, 31%) |
| LAB | lab(46.4 41.0 8.2) |
| LCH | lch(46.4 41.9 11.4) |
| OKLCH | oklch(0.554 0.126 9.8) |
Copy-ready code
/* CSS */
color: #af4f62;
background-color: #af4f62;
/* Tailwind (arbitrary) */
class="text-[#af4f62] bg-[#af4f62]"
/* SCSS */
$brand: #af4f62;
/* SwiftUI */
Color(red: 0.686, green: 0.310, blue: 0.384)
/* Android */
Color.parseColor("#af4f62")Accessibility — WCAG contrast
Aa
#af4f62 on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4f62 on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.0%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow44.0%
Key (black)31.4%
Color previews
#af4f62 text on a black background
contrast 4.12:1
Card sample
#af4f62 text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4f62;
Background color
Panel with #af4f62 background
background-color: #af4f62;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4f62;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 79, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 79, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4f62; background: linear-gradient(135deg, #af4f62, #AF7C4F);