#ffafd9
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 175, 217
HSL
329°, 100%, 84%
CMYK
0, 31, 15, 0
Luminance
0.5693
Every format
| HEX | #ffafd9 |
| RGB | rgb(255, 175, 217) |
| HSL | hsl(329, 100%, 84%) |
| CMYK | cmyk(0%, 31%, 15%, 0%) |
| LAB | lab(80.1 35.2 -9.3) |
| LCH | lch(80.1 36.4 345.2) |
| OKLCH | oklch(0.843 0.107 346.9) |
Copy-ready code
/* CSS */
color: #ffafd9;
background-color: #ffafd9;
/* Tailwind (arbitrary) */
class="text-[#ffafd9] bg-[#ffafd9]"
/* SCSS */
$brand: #ffafd9;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.851)
/* Android */
Color.parseColor("#ffafd9")Accessibility — WCAG contrast
Aa
#ffafd9 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffafd9 on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue85.1%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow14.9%
Key (black)0.0%
Color previews
#ffafd9 text on a black background
contrast 12.39:1
Card sample
#ffafd9 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffafd9;
Background color
Panel with #ffafd9 background
background-color: #ffafd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffafd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffafd9; background: linear-gradient(135deg, #ffafd9, #FFBAAF);