#fdcef7
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 206, 247
HSL
308°, 92%, 90%
CMYK
0, 19, 2, 1
Luminance
0.7174
Every format
| HEX | #fdcef7 |
| RGB | rgb(253, 206, 247) |
| HSL | hsl(308, 92%, 90%) |
| CMYK | cmyk(0%, 19%, 2%, 1%) |
| LAB | lab(87.8 23.2 -13.8) |
| LCH | lch(87.8 27.0 329.2) |
| OKLCH | oklch(0.904 0.075 330.5) |
Copy-ready code
/* CSS */
color: #fdcef7;
background-color: #fdcef7;
/* Tailwind (arbitrary) */
class="text-[#fdcef7] bg-[#fdcef7]"
/* SCSS */
$brand: #fdcef7;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.969)
/* Android */
Color.parseColor("#fdcef7")Accessibility — WCAG contrast
Aa
#fdcef7 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcef7 on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow2.4%
Key (black)0.8%
Color previews
#fdcef7 text on a black background
contrast 15.35:1
Card sample
#fdcef7 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcef7;
Background color
Panel with #fdcef7 background
background-color: #fdcef7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcef7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcef7; background: linear-gradient(135deg, #fdcef7, #FDCED8);