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