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