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