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