#af5264
a balanced, soft red · warm · closest name: salmon
RGB
175, 82, 100
HSL
348°, 37%, 50%
CMYK
0, 53, 43, 31
Luminance
0.1607
Every format
| HEX | #af5264 |
| RGB | rgb(175, 82, 100) |
| HSL | hsl(348, 37%, 50%) |
| CMYK | cmyk(0%, 53%, 43%, 31%) |
| LAB | lab(47.1 39.7 7.9) |
| LCH | lch(47.1 40.5 11.3) |
| OKLCH | oklch(0.559 0.122 9.8) |
Copy-ready code
/* CSS */
color: #af5264;
background-color: #af5264;
/* Tailwind (arbitrary) */
class="text-[#af5264] bg-[#af5264]"
/* SCSS */
$brand: #af5264;
/* SwiftUI */
Color(red: 0.686, green: 0.322, blue: 0.392)
/* Android */
Color.parseColor("#af5264")Accessibility — WCAG contrast
Aa
#af5264 on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5264 on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.2%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow42.9%
Key (black)31.4%
Color previews
#af5264 text on a black background
contrast 4.21:1
Card sample
#af5264 text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5264;
Background color
Panel with #af5264 background
background-color: #af5264;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5264;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 82, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 82, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5264; background: linear-gradient(135deg, #af5264, #AF7E52);