#fbcbfe
a pale, electric magenta / pink · warm · closest name: plum
RGB
251, 203, 254
HSL
297°, 96%, 90%
CMYK
1, 20, 0, 0
Luminance
0.7038
Every format
| HEX | #fbcbfe |
| RGB | rgb(251, 203, 254) |
| HSL | hsl(297, 96%, 90%) |
| CMYK | cmyk(1%, 20%, 0%, 0%) |
| LAB | lab(87.2 25.4 -18.5) |
| LCH | lch(87.2 31.4 323.9) |
| OKLCH | oklch(0.899 0.086 324.4) |
Copy-ready code
/* CSS */
color: #fbcbfe;
background-color: #fbcbfe;
/* Tailwind (arbitrary) */
class="text-[#fbcbfe] bg-[#fbcbfe]"
/* SCSS */
$brand: #fbcbfe;
/* SwiftUI */
Color(red: 0.984, green: 0.796, blue: 0.996)
/* Android */
Color.parseColor("#fbcbfe")Accessibility — WCAG contrast
Aa
#fbcbfe on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcbfe on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green79.6%
Blue99.6%
CMYK percentages
Cyan1.2%
Magenta20.1%
Yellow0.0%
Key (black)0.4%
Color previews
#fbcbfe text on a black background
contrast 15.08:1
Card sample
#fbcbfe text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcbfe;
Background color
Panel with #fbcbfe background
background-color: #fbcbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 203, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 203, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcbfe; background: linear-gradient(135deg, #fbcbfe, #FECBDF);