#fbcddb
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 205, 219
HSL
342°, 85%, 89%
CMYK
0, 18, 13, 2
Luminance
0.6929
Every format
| HEX | #fbcddb |
| RGB | rgb(251, 205, 219) |
| HSL | hsl(342, 85%, 89%) |
| CMYK | cmyk(0%, 18%, 13%, 2%) |
| LAB | lab(86.7 18.4 -0.8) |
| LCH | lch(86.7 18.4 357.5) |
| OKLCH | oklch(0.892 0.055 358.1) |
Copy-ready code
/* CSS */
color: #fbcddb;
background-color: #fbcddb;
/* Tailwind (arbitrary) */
class="text-[#fbcddb] bg-[#fbcddb]"
/* SCSS */
$brand: #fbcddb;
/* SwiftUI */
Color(red: 0.984, green: 0.804, blue: 0.859)
/* Android */
Color.parseColor("#fbcddb")Accessibility — WCAG contrast
Aa
#fbcddb on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcddb on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green80.4%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow12.7%
Key (black)1.6%
Color previews
#fbcddb text on a black background
contrast 14.86:1
Card sample
#fbcddb text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcddb;
Background color
Panel with #fbcddb background
background-color: #fbcddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 205, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 205, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcddb; background: linear-gradient(135deg, #fbcddb, #FBDECD);