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