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