#af8da9
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 141, 169
HSL
311°, 18%, 62%
CMYK
0, 19, 3, 31
Luminance
0.3103
Every format
| HEX | #af8da9 |
| RGB | rgb(175, 141, 169) |
| HSL | hsl(311, 18%, 62%) |
| CMYK | cmyk(0%, 19%, 3%, 31%) |
| LAB | lab(62.5 17.7 -9.8) |
| LCH | lch(62.5 20.3 330.9) |
| OKLCH | oklch(0.684 0.056 332.3) |
Copy-ready code
/* CSS */
color: #af8da9;
background-color: #af8da9;
/* Tailwind (arbitrary) */
class="text-[#af8da9] bg-[#af8da9]"
/* SCSS */
$brand: #af8da9;
/* SwiftUI */
Color(red: 0.686, green: 0.553, blue: 0.663)
/* Android */
Color.parseColor("#af8da9")Accessibility — WCAG contrast
Aa
#af8da9 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8da9 on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.3%
Blue66.3%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow3.4%
Key (black)31.4%
Color previews
#af8da9 text on a black background
contrast 7.21:1
Card sample
#af8da9 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8da9;
Background color
Panel with #af8da9 background
background-color: #af8da9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8da9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 141, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 141, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8da9; background: linear-gradient(135deg, #af8da9, #AF8D92);