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