#dfdbf1
a pale, soft blue · warm · closest name: lavender
RGB
223, 219, 241
HSL
251°, 44%, 90%
CMYK
8, 9, 0, 6
Luminance
0.7270
Every format
| HEX | #dfdbf1 |
| RGB | rgb(223, 219, 241) |
| HSL | hsl(251, 44%, 90%) |
| CMYK | cmyk(8%, 9%, 0%, 6%) |
| LAB | lab(88.3 5.4 -10.2) |
| LCH | lch(88.3 11.6 297.9) |
| OKLCH | oklch(0.901 0.030 294.1) |
Copy-ready code
/* CSS */
color: #dfdbf1;
background-color: #dfdbf1;
/* Tailwind (arbitrary) */
class="text-[#dfdbf1] bg-[#dfdbf1]"
/* SCSS */
$brand: #dfdbf1;
/* SwiftUI */
Color(red: 0.875, green: 0.859, blue: 0.945)
/* Android */
Color.parseColor("#dfdbf1")Accessibility — WCAG contrast
Aa
#dfdbf1 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdbf1 on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.9%
Blue94.5%
CMYK percentages
Cyan7.5%
Magenta9.1%
Yellow0.0%
Key (black)5.5%
Color previews
#dfdbf1 text on a black background
contrast 15.54:1
Card sample
#dfdbf1 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdbf1;
Background color
Panel with #dfdbf1 background
background-color: #dfdbf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdbf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 219, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 219, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdbf1; background: linear-gradient(135deg, #dfdbf1, #EEDBF1);