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