#fdcee7
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 206, 231
HSL
328°, 92%, 90%
CMYK
0, 19, 9, 1
Luminance
0.7079
Every format
| HEX | #fdcee7 |
| RGB | rgb(253, 206, 231) |
| HSL | hsl(328, 92%, 90%) |
| CMYK | cmyk(0%, 19%, 9%, 1%) |
| LAB | lab(87.4 20.5 -6.0) |
| LCH | lch(87.4 21.4 343.6) |
| OKLCH | oklch(0.899 0.062 345.2) |
Copy-ready code
/* CSS */
color: #fdcee7;
background-color: #fdcee7;
/* Tailwind (arbitrary) */
class="text-[#fdcee7] bg-[#fdcee7]"
/* SCSS */
$brand: #fdcee7;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.906)
/* Android */
Color.parseColor("#fdcee7")Accessibility — WCAG contrast
Aa
#fdcee7 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcee7 on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow8.7%
Key (black)0.8%
Color previews
#fdcee7 text on a black background
contrast 15.16:1
Card sample
#fdcee7 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcee7;
Background color
Panel with #fdcee7 background
background-color: #fdcee7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcee7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcee7; background: linear-gradient(135deg, #fdcee7, #FDD4CE);