#fdcfda
a pale, electric red · warm · closest name: pink
RGB
253, 207, 218
HSL
346°, 92%, 90%
CMYK
0, 18, 14, 1
Luminance
0.7057
Every format
| HEX | #fdcfda |
| RGB | rgb(253, 207, 218) |
| HSL | hsl(346, 92%, 90%) |
| CMYK | cmyk(0%, 18%, 14%, 1%) |
| LAB | lab(87.3 17.9 0.7) |
| LCH | lch(87.3 17.9 2.2) |
| OKLCH | oklch(0.897 0.054 2.2) |
Copy-ready code
/* CSS */
color: #fdcfda;
background-color: #fdcfda;
/* Tailwind (arbitrary) */
class="text-[#fdcfda] bg-[#fdcfda]"
/* SCSS */
$brand: #fdcfda;
/* SwiftUI */
Color(red: 0.992, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#fdcfda")Accessibility — WCAG contrast
Aa
#fdcfda on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcfda on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green81.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow13.8%
Key (black)0.8%
Color previews
#fdcfda text on a black background
contrast 15.11:1
Card sample
#fdcfda text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcfda;
Background color
Panel with #fdcfda background
background-color: #fdcfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcfda; background: linear-gradient(135deg, #fdcfda, #FDE3CF);