#fdcef4
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 206, 244
HSL
312°, 92%, 90%
CMYK
0, 19, 4, 1
Luminance
0.7156
Every format
| HEX | #fdcef4 |
| RGB | rgb(253, 206, 244) |
| HSL | hsl(312, 92%, 90%) |
| CMYK | cmyk(0%, 19%, 4%, 1%) |
| LAB | lab(87.8 22.7 -12.4) |
| LCH | lch(87.8 25.9 331.4) |
| OKLCH | oklch(0.903 0.072 332.8) |
Copy-ready code
/* CSS */
color: #fdcef4;
background-color: #fdcef4;
/* Tailwind (arbitrary) */
class="text-[#fdcef4] bg-[#fdcef4]"
/* SCSS */
$brand: #fdcef4;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.957)
/* Android */
Color.parseColor("#fdcef4")Accessibility — WCAG contrast
Aa
#fdcef4 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcef4 on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow3.6%
Key (black)0.8%
Color previews
#fdcef4 text on a black background
contrast 15.31:1
Card sample
#fdcef4 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcef4;
Background color
Panel with #fdcef4 background
background-color: #fdcef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcef4; background: linear-gradient(135deg, #fdcef4, #FDCED5);