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