#fdcceb
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 204, 235
HSL
322°, 93%, 90%
CMYK
0, 19, 7, 1
Luminance
0.7007
Every format
| HEX | #fdcceb |
| RGB | rgb(253, 204, 235) |
| HSL | hsl(322, 93%, 90%) |
| CMYK | cmyk(0%, 19%, 7%, 1%) |
| LAB | lab(87.0 22.2 -8.7) |
| LCH | lch(87.0 23.8 338.6) |
| OKLCH | oklch(0.897 0.068 340.3) |
Copy-ready code
/* CSS */
color: #fdcceb;
background-color: #fdcceb;
/* Tailwind (arbitrary) */
class="text-[#fdcceb] bg-[#fdcceb]"
/* SCSS */
$brand: #fdcceb;
/* SwiftUI */
Color(red: 0.992, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#fdcceb")Accessibility — WCAG contrast
Aa
#fdcceb on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcceb on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow7.1%
Key (black)0.8%
Color previews
#fdcceb text on a black background
contrast 15.01:1
Card sample
#fdcceb text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcceb;
Background color
Panel with #fdcceb background
background-color: #fdcceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcceb; background: linear-gradient(135deg, #fdcceb, #FDCECC);