#fbc5eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 197, 235
HSL
318°, 87%, 88%
CMYK
0, 22, 6, 2
Luminance
0.6644
Every format
| HEX | #fbc5eb |
| RGB | rgb(251, 197, 235) |
| HSL | hsl(318, 87%, 88%) |
| CMYK | cmyk(0%, 22%, 6%, 2%) |
| LAB | lab(85.2 25.2 -11.4) |
| LCH | lch(85.2 27.7 335.7) |
| OKLCH | oklch(0.882 0.078 337.3) |
Copy-ready code
/* CSS */
color: #fbc5eb;
background-color: #fbc5eb;
/* Tailwind (arbitrary) */
class="text-[#fbc5eb] bg-[#fbc5eb]"
/* SCSS */
$brand: #fbc5eb;
/* SwiftUI */
Color(red: 0.984, green: 0.773, blue: 0.922)
/* Android */
Color.parseColor("#fbc5eb")Accessibility — WCAG contrast
Aa
#fbc5eb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc5eb on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green77.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow6.4%
Key (black)1.6%
Color previews
#fbc5eb text on a black background
contrast 14.29:1
Card sample
#fbc5eb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc5eb;
Background color
Panel with #fbc5eb background
background-color: #fbc5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 197, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 197, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc5eb; background: linear-gradient(135deg, #fbc5eb, #FBC5C7);