#fbd1eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 209, 235
HSL
323°, 84%, 90%
CMYK
0, 17, 6, 2
Luminance
0.7211
Every format
| HEX | #fbd1eb |
| RGB | rgb(251, 209, 235) |
| HSL | hsl(323, 84%, 90%) |
| CMYK | cmyk(0%, 17%, 6%, 2%) |
| LAB | lab(88.0 18.9 -7.2) |
| LCH | lch(88.0 20.2 339.0) |
| OKLCH | oklch(0.904 0.058 340.7) |
Copy-ready code
/* CSS */
color: #fbd1eb;
background-color: #fbd1eb;
/* Tailwind (arbitrary) */
class="text-[#fbd1eb] bg-[#fbd1eb]"
/* SCSS */
$brand: #fbd1eb;
/* SwiftUI */
Color(red: 0.984, green: 0.820, blue: 0.922)
/* Android */
Color.parseColor("#fbd1eb")Accessibility — WCAG contrast
Aa
#fbd1eb on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbd1eb on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green82.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow6.4%
Key (black)1.6%
Color previews
#fbd1eb text on a black background
contrast 15.42:1
Card sample
#fbd1eb text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbd1eb;
Background color
Panel with #fbd1eb background
background-color: #fbd1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbd1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 209, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 209, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbd1eb; background: linear-gradient(135deg, #fbd1eb, #FBD3D1);