#fbcbdc
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 203, 220
HSL
339°, 86%, 89%
CMYK
0, 19, 12, 2
Luminance
0.6839
Every format
| HEX | #fbcbdc |
| RGB | rgb(251, 203, 220) |
| HSL | hsl(339, 86%, 89%) |
| CMYK | cmyk(0%, 19%, 12%, 2%) |
| LAB | lab(86.2 19.6 -2.0) |
| LCH | lch(86.2 19.7 354.3) |
| OKLCH | oklch(0.888 0.058 355.1) |
Copy-ready code
/* CSS */
color: #fbcbdc;
background-color: #fbcbdc;
/* Tailwind (arbitrary) */
class="text-[#fbcbdc] bg-[#fbcbdc]"
/* SCSS */
$brand: #fbcbdc;
/* SwiftUI */
Color(red: 0.984, green: 0.796, blue: 0.863)
/* Android */
Color.parseColor("#fbcbdc")Accessibility — WCAG contrast
Aa
#fbcbdc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcbdc on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green79.6%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow12.4%
Key (black)1.6%
Color previews
#fbcbdc text on a black background
contrast 14.68:1
Card sample
#fbcbdc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcbdc;
Background color
Panel with #fbcbdc background
background-color: #fbcbdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcbdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 203, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 203, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcbdc; background: linear-gradient(135deg, #fbcbdc, #FBDACB);