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