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