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