#fdc3df
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 195, 223
HSL
331°, 94%, 88%
CMYK
0, 23, 12, 1
Luminance
0.6524
Every format
| HEX | #fdc3df |
| RGB | rgb(253, 195, 223) |
| HSL | hsl(331, 94%, 88%) |
| CMYK | cmyk(0%, 23%, 12%, 1%) |
| LAB | lab(84.6 24.9 -5.9) |
| LCH | lch(84.6 25.6 346.7) |
| OKLCH | oklch(0.877 0.075 348.2) |
Copy-ready code
/* CSS */
color: #fdc3df;
background-color: #fdc3df;
/* Tailwind (arbitrary) */
class="text-[#fdc3df] bg-[#fdc3df]"
/* SCSS */
$brand: #fdc3df;
/* SwiftUI */
Color(red: 0.992, green: 0.765, blue: 0.875)
/* Android */
Color.parseColor("#fdc3df")Accessibility — WCAG contrast
Aa
#fdc3df on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc3df on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green76.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow11.9%
Key (black)0.8%
Color previews
#fdc3df text on a black background
contrast 14.05:1
Card sample
#fdc3df text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc3df;
Background color
Panel with #fdc3df background
background-color: #fdc3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 195, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 195, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc3df; background: linear-gradient(135deg, #fdc3df, #FDCDC3);