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