#af8488
a balanced, soft red · warm · closest name: gray
RGB
175, 132, 136
HSL
354°, 21%, 60%
CMYK
0, 25, 22, 31
Luminance
0.2739
Every format
| HEX | #af8488 |
| RGB | rgb(175, 132, 136) |
| HSL | hsl(354, 21%, 60%) |
| CMYK | cmyk(0%, 25%, 22%, 31%) |
| LAB | lab(59.3 17.1 4.3) |
| LCH | lch(59.3 17.6 14.0) |
| OKLCH | oklch(0.656 0.053 12.4) |
Copy-ready code
/* CSS */
color: #af8488;
background-color: #af8488;
/* Tailwind (arbitrary) */
class="text-[#af8488] bg-[#af8488]"
/* SCSS */
$brand: #af8488;
/* SwiftUI */
Color(red: 0.686, green: 0.518, blue: 0.533)
/* Android */
Color.parseColor("#af8488")Accessibility — WCAG contrast
Aa
#af8488 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8488 on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.8%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta24.6%
Yellow22.3%
Key (black)31.4%
Color previews
#af8488 text on a black background
contrast 6.48:1
Card sample
#af8488 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8488;
Background color
Panel with #af8488 background
background-color: #af8488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 132, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 132, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8488; background: linear-gradient(135deg, #af8488, #AF9D84);