#fbd4eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 212, 235
HSL
325°, 83%, 91%
CMYK
0, 16, 6, 2
Luminance
0.7359
Every format
| HEX | #fbd4eb |
| RGB | rgb(251, 212, 235) |
| HSL | hsl(325, 83%, 91%) |
| CMYK | cmyk(0%, 16%, 6%, 2%) |
| LAB | lab(88.7 17.3 -6.2) |
| LCH | lch(88.7 18.4 340.3) |
| OKLCH | oklch(0.909 0.053 342.0) |
Copy-ready code
/* CSS */
color: #fbd4eb;
background-color: #fbd4eb;
/* Tailwind (arbitrary) */
class="text-[#fbd4eb] bg-[#fbd4eb]"
/* SCSS */
$brand: #fbd4eb;
/* SwiftUI */
Color(red: 0.984, green: 0.831, blue: 0.922)
/* Android */
Color.parseColor("#fbd4eb")Accessibility — WCAG contrast
Aa
#fbd4eb on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbd4eb on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green83.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow6.4%
Key (black)1.6%
Color previews
#fbd4eb text on a black background
contrast 15.72:1
Card sample
#fbd4eb text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbd4eb;
Background color
Panel with #fbd4eb background
background-color: #fbd4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbd4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 212, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 212, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbd4eb; background: linear-gradient(135deg, #fbd4eb, #FBD7D4);