#fbdff6
a pale, electric magenta / pink · warm · closest name: lavender
RGB
251, 223, 246
HSL
311°, 78%, 93%
CMYK
0, 11, 2, 2
Luminance
0.7994
Every format
| HEX | #fbdff6 |
| RGB | rgb(251, 223, 246) |
| HSL | hsl(311, 78%, 93%) |
| CMYK | cmyk(0%, 11%, 2%, 2%) |
| LAB | lab(91.7 13.5 -7.6) |
| LCH | lch(91.7 15.5 330.5) |
| OKLCH | oklch(0.933 0.043 331.9) |
Copy-ready code
/* CSS */
color: #fbdff6;
background-color: #fbdff6;
/* Tailwind (arbitrary) */
class="text-[#fbdff6] bg-[#fbdff6]"
/* SCSS */
$brand: #fbdff6;
/* SwiftUI */
Color(red: 0.984, green: 0.875, blue: 0.965)
/* Android */
Color.parseColor("#fbdff6")Accessibility — WCAG contrast
Aa
#fbdff6 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbdff6 on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.5%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow2.0%
Key (black)1.6%
Color previews
#fbdff6 text on a black background
contrast 16.99:1
Card sample
#fbdff6 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbdff6;
Background color
Panel with #fbdff6 background
background-color: #fbdff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbdff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 223, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 223, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbdff6; background: linear-gradient(135deg, #fbdff6, #FBDFE3);