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