#fbdaef
a pale, electric magenta / pink · warm · closest name: lavender
RGB
251, 218, 239
HSL
322°, 81%, 92%
CMYK
0, 13, 5, 2
Luminance
0.7688
Every format
| HEX | #fbdaef |
| RGB | rgb(251, 218, 239) |
| HSL | hsl(322, 81%, 92%) |
| CMYK | cmyk(0%, 13%, 5%, 2%) |
| LAB | lab(90.3 14.9 -6.0) |
| LCH | lch(90.3 16.1 338.0) |
| OKLCH | oklch(0.922 0.045 339.6) |
Copy-ready code
/* CSS */
color: #fbdaef;
background-color: #fbdaef;
/* Tailwind (arbitrary) */
class="text-[#fbdaef] bg-[#fbdaef]"
/* SCSS */
$brand: #fbdaef;
/* SwiftUI */
Color(red: 0.984, green: 0.855, blue: 0.937)
/* Android */
Color.parseColor("#fbdaef")Accessibility — WCAG contrast
Aa
#fbdaef on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdaef on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green85.5%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow4.8%
Key (black)1.6%
Color previews
#fbdaef text on a black background
contrast 16.38:1
Card sample
#fbdaef text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdaef;
Background color
Panel with #fbdaef background
background-color: #fbdaef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdaef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 218, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 218, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdaef; background: linear-gradient(135deg, #fbdaef, #FBDBDA);