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