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