#af7da9
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 125, 169
HSL
307°, 24%, 59%
CMYK
0, 29, 3, 31
Luminance
0.2665
Every format
| HEX | #af7da9 |
| RGB | rgb(175, 125, 169) |
| HSL | hsl(307, 24%, 59%) |
| CMYK | cmyk(0%, 29%, 3%, 31%) |
| LAB | lab(58.6 26.7 -15.7) |
| LCH | lch(58.6 31.0 329.6) |
| OKLCH | oklch(0.654 0.086 330.7) |
Copy-ready code
/* CSS */
color: #af7da9;
background-color: #af7da9;
/* Tailwind (arbitrary) */
class="text-[#af7da9] bg-[#af7da9]"
/* SCSS */
$brand: #af7da9;
/* SwiftUI */
Color(red: 0.686, green: 0.490, blue: 0.663)
/* Android */
Color.parseColor("#af7da9")Accessibility — WCAG contrast
Aa
#af7da9 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7da9 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green49.0%
Blue66.3%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow3.4%
Key (black)31.4%
Color previews
#af7da9 text on a black background
contrast 6.33:1
Card sample
#af7da9 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7da9;
Background color
Panel with #af7da9 background
background-color: #af7da9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7da9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 125, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 125, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7da9; background: linear-gradient(135deg, #af7da9, #AF7D88);