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