#fbcbec
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 203, 236
HSL
319°, 86%, 89%
CMYK
0, 19, 6, 2
Luminance
0.6928
Every format
| HEX | #fbcbec |
| RGB | rgb(251, 203, 236) |
| HSL | hsl(319, 86%, 89%) |
| CMYK | cmyk(0%, 19%, 6%, 2%) |
| LAB | lab(86.6 22.2 -9.8) |
| LCH | lch(86.6 24.3 336.2) |
| OKLCH | oklch(0.893 0.069 337.8) |
Copy-ready code
/* CSS */
color: #fbcbec;
background-color: #fbcbec;
/* Tailwind (arbitrary) */
class="text-[#fbcbec] bg-[#fbcbec]"
/* SCSS */
$brand: #fbcbec;
/* SwiftUI */
Color(red: 0.984, green: 0.796, blue: 0.925)
/* Android */
Color.parseColor("#fbcbec")Accessibility — WCAG contrast
Aa
#fbcbec on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcbec on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green79.6%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow6.0%
Key (black)1.6%
Color previews
#fbcbec text on a black background
contrast 14.86:1
Card sample
#fbcbec text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcbec;
Background color
Panel with #fbcbec background
background-color: #fbcbec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcbec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 203, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 203, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcbec; background: linear-gradient(135deg, #fbcbec, #FBCBCC);