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