#fbcdfd
a pale, electric magenta / pink · warm · closest name: plum
RGB
251, 205, 253
HSL
298°, 92%, 90%
CMYK
1, 19, 0, 1
Luminance
0.7126
Every format
| HEX | #fbcdfd |
| RGB | rgb(251, 205, 253) |
| HSL | hsl(298, 92%, 90%) |
| CMYK | cmyk(1%, 19%, 0%, 1%) |
| LAB | lab(87.6 24.2 -17.4) |
| LCH | lch(87.6 29.8 324.3) |
| OKLCH | oklch(0.903 0.081 324.9) |
Copy-ready code
/* CSS */
color: #fbcdfd;
background-color: #fbcdfd;
/* Tailwind (arbitrary) */
class="text-[#fbcdfd] bg-[#fbcdfd]"
/* SCSS */
$brand: #fbcdfd;
/* SwiftUI */
Color(red: 0.984, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#fbcdfd")Accessibility — WCAG contrast
Aa
#fbcdfd on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcdfd on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green80.4%
Blue99.2%
CMYK percentages
Cyan0.8%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#fbcdfd text on a black background
contrast 15.25:1
Card sample
#fbcdfd text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcdfd;
Background color
Panel with #fbcdfd background
background-color: #fbcdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcdfd; background: linear-gradient(135deg, #fbcdfd, #FDCDDF);