#fbcedf
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 206, 223
HSL
337°, 85%, 90%
CMYK
0, 18, 11, 2
Luminance
0.6998
Every format
| HEX | #fbcedf |
| RGB | rgb(251, 206, 223) |
| HSL | hsl(337, 85%, 90%) |
| CMYK | cmyk(0%, 18%, 11%, 2%) |
| LAB | lab(87.0 18.5 -2.4) |
| LCH | lch(87.0 18.6 352.6) |
| OKLCH | oklch(0.895 0.055 353.6) |
Copy-ready code
/* CSS */
color: #fbcedf;
background-color: #fbcedf;
/* Tailwind (arbitrary) */
class="text-[#fbcedf] bg-[#fbcedf]"
/* SCSS */
$brand: #fbcedf;
/* SwiftUI */
Color(red: 0.984, green: 0.808, blue: 0.875)
/* Android */
Color.parseColor("#fbcedf")Accessibility — WCAG contrast
Aa
#fbcedf on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcedf on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green80.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow11.2%
Key (black)1.6%
Color previews
#fbcedf text on a black background
contrast 15.00:1
Card sample
#fbcedf text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcedf;
Background color
Panel with #fbcedf background
background-color: #fbcedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 206, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 206, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcedf; background: linear-gradient(135deg, #fbcedf, #FBDBCE);