#fdafeb
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 175, 235
HSL
314°, 95%, 84%
CMYK
0, 31, 7, 1
Luminance
0.5754
Every format
| HEX | #fdafeb |
| RGB | rgb(253, 175, 235) |
| HSL | hsl(314, 95%, 84%) |
| CMYK | cmyk(0%, 31%, 7%, 1%) |
| LAB | lab(80.5 37.4 -18.5) |
| LCH | lch(80.5 41.8 333.7) |
| OKLCH | oklch(0.847 0.118 335.2) |
Copy-ready code
/* CSS */
color: #fdafeb;
background-color: #fdafeb;
/* Tailwind (arbitrary) */
class="text-[#fdafeb] bg-[#fdafeb]"
/* SCSS */
$brand: #fdafeb;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#fdafeb")Accessibility — WCAG contrast
Aa
#fdafeb on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdafeb on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow7.1%
Key (black)0.8%
Color previews
#fdafeb text on a black background
contrast 12.51:1
Card sample
#fdafeb text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdafeb;
Background color
Panel with #fdafeb background
background-color: #fdafeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdafeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdafeb; background: linear-gradient(135deg, #fdafeb, #FDAFB7);