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