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