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