#fdcffb
a pale, electric magenta / pink · warm · closest name: plum
RGB
253, 207, 251
HSL
303°, 92%, 90%
CMYK
0, 18, 1, 1
Luminance
0.7247
Every format
| HEX | #fdcffb |
| RGB | rgb(253, 207, 251) |
| HSL | hsl(303, 92%, 90%) |
| CMYK | cmyk(0%, 18%, 1%, 1%) |
| LAB | lab(88.2 23.4 -15.4) |
| LCH | lch(88.2 28.0 326.7) |
| OKLCH | oklch(0.907 0.077 327.6) |
Copy-ready code
/* CSS */
color: #fdcffb;
background-color: #fdcffb;
/* Tailwind (arbitrary) */
class="text-[#fdcffb] bg-[#fdcffb]"
/* SCSS */
$brand: #fdcffb;
/* SwiftUI */
Color(red: 0.992, green: 0.812, blue: 0.984)
/* Android */
Color.parseColor("#fdcffb")Accessibility — WCAG contrast
Aa
#fdcffb on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcffb on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green81.2%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow0.8%
Key (black)0.8%
Color previews
#fdcffb text on a black background
contrast 15.49:1
Card sample
#fdcffb text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcffb;
Background color
Panel with #fdcffb background
background-color: #fdcffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 207, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 207, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcffb; background: linear-gradient(135deg, #fdcffb, #FDCFDC);