#fdcfe2
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 207, 226
HSL
335°, 92%, 90%
CMYK
0, 18, 11, 1
Luminance
0.7100
Every format
| HEX | #fdcfe2 |
| RGB | rgb(253, 207, 226) |
| HSL | hsl(335, 92%, 90%) |
| CMYK | cmyk(0%, 18%, 11%, 1%) |
| LAB | lab(87.5 19.1 -3.3) |
| LCH | lch(87.5 19.4 350.4) |
| OKLCH | oklch(0.899 0.057 351.6) |
Copy-ready code
/* CSS */
color: #fdcfe2;
background-color: #fdcfe2;
/* Tailwind (arbitrary) */
class="text-[#fdcfe2] bg-[#fdcfe2]"
/* SCSS */
$brand: #fdcfe2;
/* SwiftUI */
Color(red: 0.992, green: 0.812, blue: 0.886)
/* Android */
Color.parseColor("#fdcfe2")Accessibility — WCAG contrast
Aa
#fdcfe2 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcfe2 on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green81.2%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow10.7%
Key (black)0.8%
Color previews
#fdcfe2 text on a black background
contrast 15.20:1
Card sample
#fdcfe2 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcfe2;
Background color
Panel with #fdcfe2 background
background-color: #fdcfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 207, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 207, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcfe2; background: linear-gradient(135deg, #fdcfe2, #FDDBCF);