#fdc6df
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 198, 223
HSL
333°, 93%, 88%
CMYK
0, 22, 12, 1
Luminance
0.6660
Every format
| HEX | #fdc6df |
| RGB | rgb(253, 198, 223) |
| HSL | hsl(333, 93%, 88%) |
| CMYK | cmyk(0%, 22%, 12%, 1%) |
| LAB | lab(85.3 23.4 -4.9) |
| LCH | lch(85.3 23.9 348.2) |
| OKLCH | oklch(0.882 0.070 349.6) |
Copy-ready code
/* CSS */
color: #fdc6df;
background-color: #fdc6df;
/* Tailwind (arbitrary) */
class="text-[#fdc6df] bg-[#fdc6df]"
/* SCSS */
$brand: #fdc6df;
/* SwiftUI */
Color(red: 0.992, green: 0.776, blue: 0.875)
/* Android */
Color.parseColor("#fdc6df")Accessibility — WCAG contrast
Aa
#fdc6df on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc6df on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green77.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow11.9%
Key (black)0.8%
Color previews
#fdc6df text on a black background
contrast 14.32:1
Card sample
#fdc6df text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc6df;
Background color
Panel with #fdc6df background
background-color: #fdc6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 198, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 198, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc6df; background: linear-gradient(135deg, #fdc6df, #FDD2C6);