#af8da3
a balanced, soft magenta / pink · warm · closest name: gray
RGB
175, 141, 163
HSL
321°, 18%, 62%
CMYK
0, 19, 7, 31
Luminance
0.3081
Every format
| HEX | #af8da3 |
| RGB | rgb(175, 141, 163) |
| HSL | hsl(321, 18%, 62%) |
| CMYK | cmyk(0%, 19%, 7%, 31%) |
| LAB | lab(62.4 16.6 -6.7) |
| LCH | lch(62.4 17.9 337.9) |
| OKLCH | oklch(0.682 0.051 339.6) |
Copy-ready code
/* CSS */
color: #af8da3;
background-color: #af8da3;
/* Tailwind (arbitrary) */
class="text-[#af8da3] bg-[#af8da3]"
/* SCSS */
$brand: #af8da3;
/* SwiftUI */
Color(red: 0.686, green: 0.553, blue: 0.639)
/* Android */
Color.parseColor("#af8da3")Accessibility — WCAG contrast
Aa
#af8da3 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8da3 on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.3%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow6.9%
Key (black)31.4%
Color previews
#af8da3 text on a black background
contrast 7.16:1
Card sample
#af8da3 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8da3;
Background color
Panel with #af8da3 background
background-color: #af8da3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8da3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 141, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 141, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8da3; background: linear-gradient(135deg, #af8da3, #AF8E8D);