#fbdeef
a pale, electric magenta / pink · warm · closest name: lavender
RGB
251, 222, 239
HSL
325°, 78%, 93%
CMYK
0, 12, 5, 2
Luminance
0.7898
Every format
| HEX | #fbdeef |
| RGB | rgb(251, 222, 239) |
| HSL | hsl(325, 78%, 93%) |
| CMYK | cmyk(0%, 12%, 5%, 2%) |
| LAB | lab(91.2 12.8 -4.6) |
| LCH | lch(91.2 13.6 340.2) |
| OKLCH | oklch(0.929 0.039 341.8) |
Copy-ready code
/* CSS */
color: #fbdeef;
background-color: #fbdeef;
/* Tailwind (arbitrary) */
class="text-[#fbdeef] bg-[#fbdeef]"
/* SCSS */
$brand: #fbdeef;
/* SwiftUI */
Color(red: 0.984, green: 0.871, blue: 0.937)
/* Android */
Color.parseColor("#fbdeef")Accessibility — WCAG contrast
Aa
#fbdeef on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdeef on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.1%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow4.8%
Key (black)1.6%
Color previews
#fbdeef text on a black background
contrast 16.80:1
Card sample
#fbdeef text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdeef;
Background color
Panel with #fbdeef background
background-color: #fbdeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 222, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 222, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdeef; background: linear-gradient(135deg, #fbdeef, #FBE0DE);