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