#fbddef
a pale, electric magenta / pink · warm · closest name: lavender
RGB
251, 221, 239
HSL
324°, 79%, 93%
CMYK
0, 12, 5, 2
Luminance
0.7845
Every format
| HEX | #fbddef |
| RGB | rgb(251, 221, 239) |
| HSL | hsl(324, 79%, 93%) |
| CMYK | cmyk(0%, 12%, 5%, 2%) |
| LAB | lab(91.0 13.3 -5.0) |
| LCH | lch(91.0 14.2 339.6) |
| OKLCH | oklch(0.927 0.040 341.2) |
Copy-ready code
/* CSS */
color: #fbddef;
background-color: #fbddef;
/* Tailwind (arbitrary) */
class="text-[#fbddef] bg-[#fbddef]"
/* SCSS */
$brand: #fbddef;
/* SwiftUI */
Color(red: 0.984, green: 0.867, blue: 0.937)
/* Android */
Color.parseColor("#fbddef")Accessibility — WCAG contrast
Aa
#fbddef on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbddef on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green86.7%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow4.8%
Key (black)1.6%
Color previews
#fbddef text on a black background
contrast 16.69:1
Card sample
#fbddef text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbddef;
Background color
Panel with #fbddef background
background-color: #fbddef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbddef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 221, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 221, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbddef; background: linear-gradient(135deg, #fbddef, #FBDFDD);