#fdcfee
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 207, 238
HSL
320°, 92%, 90%
CMYK
0, 18, 6, 1
Luminance
0.7168
Every format
| HEX | #fdcfee |
| RGB | rgb(253, 207, 238) |
| HSL | hsl(320, 92%, 90%) |
| CMYK | cmyk(0%, 18%, 6%, 1%) |
| LAB | lab(87.8 21.1 -9.1) |
| LCH | lch(87.8 23.0 336.7) |
| OKLCH | oklch(0.903 0.065 338.3) |
Copy-ready code
/* CSS */
color: #fdcfee;
background-color: #fdcfee;
/* Tailwind (arbitrary) */
class="text-[#fdcfee] bg-[#fdcfee]"
/* SCSS */
$brand: #fdcfee;
/* SwiftUI */
Color(red: 0.992, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#fdcfee")Accessibility — WCAG contrast
Aa
#fdcfee on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcfee on black: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green81.2%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow5.9%
Key (black)0.8%
Color previews
#fdcfee text on a black background
contrast 15.34:1
Card sample
#fdcfee text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcfee;
Background color
Panel with #fdcfee background
background-color: #fdcfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcfee; background: linear-gradient(135deg, #fdcfee, #FDCFCF);