#fbd0eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 208, 235
HSL
322°, 84%, 90%
CMYK
0, 17, 6, 2
Luminance
0.7162
Every format
| HEX | #fbd0eb |
| RGB | rgb(251, 208, 235) |
| HSL | hsl(322, 84%, 90%) |
| CMYK | cmyk(0%, 17%, 6%, 2%) |
| LAB | lab(87.8 19.4 -7.6) |
| LCH | lch(87.8 20.9 338.7) |
| OKLCH | oklch(0.902 0.059 340.3) |
Copy-ready code
/* CSS */
color: #fbd0eb;
background-color: #fbd0eb;
/* Tailwind (arbitrary) */
class="text-[#fbd0eb] bg-[#fbd0eb]"
/* SCSS */
$brand: #fbd0eb;
/* SwiftUI */
Color(red: 0.984, green: 0.816, blue: 0.922)
/* Android */
Color.parseColor("#fbd0eb")Accessibility — WCAG contrast
Aa
#fbd0eb on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbd0eb on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green81.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow6.4%
Key (black)1.6%
Color previews
#fbd0eb text on a black background
contrast 15.32:1
Card sample
#fbd0eb text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbd0eb;
Background color
Panel with #fbd0eb background
background-color: #fbd0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbd0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 208, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 208, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbd0eb; background: linear-gradient(135deg, #fbd0eb, #FBD2D0);