#af8da7
a balanced, soft magenta / pink · warm · closest name: gray
RGB
175, 141, 167
HSL
314°, 18%, 62%
CMYK
0, 19, 5, 31
Luminance
0.3095
Every format
| HEX | #af8da7 |
| RGB | rgb(175, 141, 167) |
| HSL | hsl(314, 18%, 62%) |
| CMYK | cmyk(0%, 19%, 5%, 31%) |
| LAB | lab(62.5 17.3 -8.8) |
| LCH | lch(62.5 19.4 333.1) |
| OKLCH | oklch(0.683 0.054 334.6) |
Copy-ready code
/* CSS */
color: #af8da7;
background-color: #af8da7;
/* Tailwind (arbitrary) */
class="text-[#af8da7] bg-[#af8da7]"
/* SCSS */
$brand: #af8da7;
/* SwiftUI */
Color(red: 0.686, green: 0.553, blue: 0.655)
/* Android */
Color.parseColor("#af8da7")Accessibility — WCAG contrast
Aa
#af8da7 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8da7 on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.3%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow4.6%
Key (black)31.4%
Color previews
#af8da7 text on a black background
contrast 7.19:1
Card sample
#af8da7 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8da7;
Background color
Panel with #af8da7 background
background-color: #af8da7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8da7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 141, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 141, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8da7; background: linear-gradient(135deg, #af8da7, #AF8D90);