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