#fcdbfe
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 219, 254
HSL
297°, 95%, 93%
CMYK
1, 14, 0, 0
Luminance
0.7851
Every format
| HEX | #fcdbfe |
| RGB | rgb(252, 219, 254) |
| HSL | hsl(297, 95%, 93%) |
| CMYK | cmyk(1%, 14%, 0%, 0%) |
| LAB | lab(91.0 17.3 -12.8) |
| LCH | lch(91.0 21.5 323.6) |
| OKLCH | oklch(0.929 0.058 324.3) |
Copy-ready code
/* CSS */
color: #fcdbfe;
background-color: #fcdbfe;
/* Tailwind (arbitrary) */
class="text-[#fcdbfe] bg-[#fcdbfe]"
/* SCSS */
$brand: #fcdbfe;
/* SwiftUI */
Color(red: 0.988, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#fcdbfe")Accessibility — WCAG contrast
Aa
#fcdbfe on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdbfe on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green85.9%
Blue99.6%
CMYK percentages
Cyan0.8%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#fcdbfe text on a black background
contrast 16.70:1
Card sample
#fcdbfe text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdbfe;
Background color
Panel with #fcdbfe background
background-color: #fcdbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdbfe; background: linear-gradient(135deg, #fcdbfe, #FEDBE9);