#fbceed
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 206, 237
HSL
319°, 85%, 90%
CMYK
0, 18, 6, 2
Luminance
0.7077
Every format
| HEX | #fbceed |
| RGB | rgb(251, 206, 237) |
| HSL | hsl(319, 85%, 90%) |
| CMYK | cmyk(0%, 18%, 6%, 2%) |
| LAB | lab(87.4 20.8 -9.3) |
| LCH | lch(87.4 22.8 336.0) |
| OKLCH | oklch(0.899 0.064 337.7) |
Copy-ready code
/* CSS */
color: #fbceed;
background-color: #fbceed;
/* Tailwind (arbitrary) */
class="text-[#fbceed] bg-[#fbceed]"
/* SCSS */
$brand: #fbceed;
/* SwiftUI */
Color(red: 0.984, green: 0.808, blue: 0.929)
/* Android */
Color.parseColor("#fbceed")Accessibility — WCAG contrast
Aa
#fbceed on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbceed on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green80.8%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow5.6%
Key (black)1.6%
Color previews
#fbceed text on a black background
contrast 15.15:1
Card sample
#fbceed text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbceed;
Background color
Panel with #fbceed background
background-color: #fbceed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbceed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 206, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 206, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbceed; background: linear-gradient(135deg, #fbceed, #FBCECF);