#fdafe2
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 175, 226
HSL
321°, 95%, 84%
CMYK
0, 31, 11, 1
Luminance
0.5703
Every format
| HEX | #fdafe2 |
| RGB | rgb(253, 175, 226) |
| HSL | hsl(321, 95%, 84%) |
| CMYK | cmyk(0%, 31%, 11%, 1%) |
| LAB | lab(80.2 35.9 -14.1) |
| LCH | lch(80.2 38.6 338.6) |
| OKLCH | oklch(0.843 0.111 340.4) |
Copy-ready code
/* CSS */
color: #fdafe2;
background-color: #fdafe2;
/* Tailwind (arbitrary) */
class="text-[#fdafe2] bg-[#fdafe2]"
/* SCSS */
$brand: #fdafe2;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.886)
/* Android */
Color.parseColor("#fdafe2")Accessibility — WCAG contrast
Aa
#fdafe2 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdafe2 on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow10.7%
Key (black)0.8%
Color previews
#fdafe2 text on a black background
contrast 12.41:1
Card sample
#fdafe2 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdafe2;
Background color
Panel with #fdafe2 background
background-color: #fdafe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdafe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdafe2; background: linear-gradient(135deg, #fdafe2, #FDB0AF);