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