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