#fdc7df
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 199, 223
HSL
333°, 93%, 89%
CMYK
0, 21, 12, 1
Luminance
0.6706
Every format
| HEX | #fdc7df |
| RGB | rgb(253, 199, 223) |
| HSL | hsl(333, 93%, 89%) |
| CMYK | cmyk(0%, 21%, 12%, 1%) |
| LAB | lab(85.5 22.9 -4.5) |
| LCH | lch(85.5 23.3 348.8) |
| OKLCH | oklch(0.884 0.068 350.1) |
Copy-ready code
/* CSS */
color: #fdc7df;
background-color: #fdc7df;
/* Tailwind (arbitrary) */
class="text-[#fdc7df] bg-[#fdc7df]"
/* SCSS */
$brand: #fdc7df;
/* SwiftUI */
Color(red: 0.992, green: 0.780, blue: 0.875)
/* Android */
Color.parseColor("#fdc7df")Accessibility — WCAG contrast
Aa
#fdc7df on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc7df on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green78.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta21.3%
Yellow11.9%
Key (black)0.8%
Color previews
#fdc7df text on a black background
contrast 14.41:1
Card sample
#fdc7df text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc7df;
Background color
Panel with #fdc7df background
background-color: #fdc7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 199, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 199, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc7df; background: linear-gradient(135deg, #fdc7df, #FDD3C7);