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