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