#fdaff2
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 175, 242
HSL
309°, 95%, 84%
CMYK
0, 31, 4, 1
Luminance
0.5795
Every format
| HEX | #fdaff2 |
| RGB | rgb(253, 175, 242) |
| HSL | hsl(309, 95%, 84%) |
| CMYK | cmyk(0%, 31%, 4%, 1%) |
| LAB | lab(80.7 38.6 -21.9) |
| LCH | lch(80.7 44.4 330.4) |
| OKLCH | oklch(0.849 0.124 331.7) |
Copy-ready code
/* CSS */
color: #fdaff2;
background-color: #fdaff2;
/* Tailwind (arbitrary) */
class="text-[#fdaff2] bg-[#fdaff2]"
/* SCSS */
$brand: #fdaff2;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.949)
/* Android */
Color.parseColor("#fdaff2")Accessibility — WCAG contrast
Aa
#fdaff2 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaff2 on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow4.3%
Key (black)0.8%
Color previews
#fdaff2 text on a black background
contrast 12.59:1
Card sample
#fdaff2 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaff2;
Background color
Panel with #fdaff2 background
background-color: #fdaff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaff2; background: linear-gradient(135deg, #fdaff2, #FDAFBE);