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