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