#fbd7eb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
251, 215, 235
HSL
327°, 82%, 91%
CMYK
0, 14, 6, 2
Luminance
0.7511
Every format
| HEX | #fbd7eb |
| RGB | rgb(251, 215, 235) |
| HSL | hsl(327, 82%, 91%) |
| CMYK | cmyk(0%, 14%, 6%, 2%) |
| LAB | lab(89.4 15.8 -5.1) |
| LCH | lch(89.4 16.6 341.9) |
| OKLCH | oklch(0.915 0.048 343.6) |
Copy-ready code
/* CSS */
color: #fbd7eb;
background-color: #fbd7eb;
/* Tailwind (arbitrary) */
class="text-[#fbd7eb] bg-[#fbd7eb]"
/* SCSS */
$brand: #fbd7eb;
/* SwiftUI */
Color(red: 0.984, green: 0.843, blue: 0.922)
/* Android */
Color.parseColor("#fbd7eb")Accessibility — WCAG contrast
Aa
#fbd7eb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbd7eb on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green84.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow6.4%
Key (black)1.6%
Color previews
#fbd7eb text on a black background
contrast 16.02:1
Card sample
#fbd7eb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbd7eb;
Background color
Panel with #fbd7eb background
background-color: #fbd7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbd7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 215, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 215, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbd7eb; background: linear-gradient(135deg, #fbd7eb, #FBDBD7);