#dfdbf7
a pale, vivid blue · warm · closest name: lavender
RGB
223, 219, 247
HSL
249°, 64%, 91%
CMYK
10, 11, 0, 3
Luminance
0.7307
Every format
| HEX | #dfdbf7 |
| RGB | rgb(223, 219, 247) |
| HSL | hsl(249, 64%, 91%) |
| CMYK | cmyk(10%, 11%, 0%, 3%) |
| LAB | lab(88.5 6.6 -13.1) |
| LCH | lch(88.5 14.7 296.7) |
| OKLCH | oklch(0.903 0.038 292.2) |
Copy-ready code
/* CSS */
color: #dfdbf7;
background-color: #dfdbf7;
/* Tailwind (arbitrary) */
class="text-[#dfdbf7] bg-[#dfdbf7]"
/* SCSS */
$brand: #dfdbf7;
/* SwiftUI */
Color(red: 0.875, green: 0.859, blue: 0.969)
/* Android */
Color.parseColor("#dfdbf7")Accessibility — WCAG contrast
Aa
#dfdbf7 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdbf7 on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.9%
Blue96.9%
CMYK percentages
Cyan9.7%
Magenta11.3%
Yellow0.0%
Key (black)3.1%
Color previews
#dfdbf7 text on a black background
contrast 15.61:1
Card sample
#dfdbf7 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdbf7;
Background color
Panel with #dfdbf7 background
background-color: #dfdbf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdbf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 219, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 219, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdbf7; background: linear-gradient(135deg, #dfdbf7, #F2DBF7);