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