#dfdbf9
a pale, vivid blue · warm · closest name: lavender
RGB
223, 219, 249
HSL
248°, 71%, 92%
CMYK
10, 12, 0, 2
Luminance
0.7319
Every format
| HEX | #dfdbf9 |
| RGB | rgb(223, 219, 249) |
| HSL | hsl(248, 71%, 92%) |
| CMYK | cmyk(10%, 12%, 0%, 2%) |
| LAB | lab(88.5 7.0 -14.1) |
| LCH | lch(88.5 15.7 296.4) |
| OKLCH | oklch(0.904 0.041 291.7) |
Copy-ready code
/* CSS */
color: #dfdbf9;
background-color: #dfdbf9;
/* Tailwind (arbitrary) */
class="text-[#dfdbf9] bg-[#dfdbf9]"
/* SCSS */
$brand: #dfdbf9;
/* SwiftUI */
Color(red: 0.875, green: 0.859, blue: 0.976)
/* Android */
Color.parseColor("#dfdbf9")Accessibility — WCAG contrast
Aa
#dfdbf9 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdbf9 on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.9%
Blue97.6%
CMYK percentages
Cyan10.4%
Magenta12.0%
Yellow0.0%
Key (black)2.4%
Color previews
#dfdbf9 text on a black background
contrast 15.64:1
Card sample
#dfdbf9 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdbf9;
Background color
Panel with #dfdbf9 background
background-color: #dfdbf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdbf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 219, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 219, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdbf9; background: linear-gradient(135deg, #dfdbf9, #F3DBF9);