#fdc1df
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 193, 223
HSL
330°, 94%, 88%
CMYK
0, 24, 12, 1
Luminance
0.6435
Every format
| HEX | #fdc1df |
| RGB | rgb(253, 193, 223) |
| HSL | hsl(330, 94%, 88%) |
| CMYK | cmyk(0%, 24%, 12%, 1%) |
| LAB | lab(84.2 26.0 -6.6) |
| LCH | lch(84.2 26.8 345.8) |
| OKLCH | oklch(0.873 0.078 347.4) |
Copy-ready code
/* CSS */
color: #fdc1df;
background-color: #fdc1df;
/* Tailwind (arbitrary) */
class="text-[#fdc1df] bg-[#fdc1df]"
/* SCSS */
$brand: #fdc1df;
/* SwiftUI */
Color(red: 0.992, green: 0.757, blue: 0.875)
/* Android */
Color.parseColor("#fdc1df")Accessibility — WCAG contrast
Aa
#fdc1df on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc1df on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green75.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta23.7%
Yellow11.9%
Key (black)0.8%
Color previews
#fdc1df text on a black background
contrast 13.87:1
Card sample
#fdc1df text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc1df;
Background color
Panel with #fdc1df background
background-color: #fdc1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 193, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 193, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc1df; background: linear-gradient(135deg, #fdc1df, #FDCBC1);