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