#fdccee
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 204, 238
HSL
318°, 93%, 90%
CMYK
0, 19, 6, 1
Luminance
0.7024
Every format
| HEX | #fdccee |
| RGB | rgb(253, 204, 238) |
| HSL | hsl(318, 93%, 90%) |
| CMYK | cmyk(0%, 19%, 6%, 1%) |
| LAB | lab(87.1 22.7 -10.2) |
| LCH | lch(87.1 24.9 335.9) |
| OKLCH | oklch(0.898 0.070 337.5) |
Copy-ready code
/* CSS */
color: #fdccee;
background-color: #fdccee;
/* Tailwind (arbitrary) */
class="text-[#fdccee] bg-[#fdccee]"
/* SCSS */
$brand: #fdccee;
/* SwiftUI */
Color(red: 0.992, green: 0.800, blue: 0.933)
/* Android */
Color.parseColor("#fdccee")Accessibility — WCAG contrast
Aa
#fdccee on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdccee on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.0%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow5.9%
Key (black)0.8%
Color previews
#fdccee text on a black background
contrast 15.05:1
Card sample
#fdccee text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdccee;
Background color
Panel with #fdccee background
background-color: #fdccee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdccee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 204, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 204, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdccee; background: linear-gradient(135deg, #fdccee, #FDCCCD);