#fbc4db
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 196, 219
HSL
335°, 87%, 88%
CMYK
0, 22, 13, 2
Luminance
0.6510
Every format
| HEX | #fbc4db |
| RGB | rgb(251, 196, 219) |
| HSL | hsl(335, 87%, 88%) |
| CMYK | cmyk(0%, 22%, 13%, 2%) |
| LAB | lab(84.5 23.1 -3.9) |
| LCH | lch(84.5 23.4 350.5) |
| OKLCH | oklch(0.876 0.069 351.7) |
Copy-ready code
/* CSS */
color: #fbc4db;
background-color: #fbc4db;
/* Tailwind (arbitrary) */
class="text-[#fbc4db] bg-[#fbc4db]"
/* SCSS */
$brand: #fbc4db;
/* SwiftUI */
Color(red: 0.984, green: 0.769, blue: 0.859)
/* Android */
Color.parseColor("#fbc4db")Accessibility — WCAG contrast
Aa
#fbc4db on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc4db on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green76.9%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta21.9%
Yellow12.7%
Key (black)1.6%
Color previews
#fbc4db text on a black background
contrast 14.02:1
Card sample
#fbc4db text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc4db;
Background color
Panel with #fbc4db background
background-color: #fbc4db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc4db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 196, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 196, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc4db; background: linear-gradient(135deg, #fbc4db, #FBD1C4);