#fbc4df
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 196, 223
HSL
331°, 87%, 88%
CMYK
0, 22, 11, 2
Luminance
0.6532
Every format
| HEX | #fbc4df |
| RGB | rgb(251, 196, 223) |
| HSL | hsl(331, 87%, 88%) |
| CMYK | cmyk(0%, 22%, 11%, 2%) |
| LAB | lab(84.7 23.7 -5.9) |
| LCH | lch(84.7 24.4 346.1) |
| OKLCH | oklch(0.877 0.071 347.7) |
Copy-ready code
/* CSS */
color: #fbc4df;
background-color: #fbc4df;
/* Tailwind (arbitrary) */
class="text-[#fbc4df] bg-[#fbc4df]"
/* SCSS */
$brand: #fbc4df;
/* SwiftUI */
Color(red: 0.984, green: 0.769, blue: 0.875)
/* Android */
Color.parseColor("#fbc4df")Accessibility — WCAG contrast
Aa
#fbc4df on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc4df on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green76.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta21.9%
Yellow11.2%
Key (black)1.6%
Color previews
#fbc4df text on a black background
contrast 14.06:1
Card sample
#fbc4df text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc4df;
Background color
Panel with #fbc4df background
background-color: #fbc4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 196, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 196, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc4df; background: linear-gradient(135deg, #fbc4df, #FBCDC4);