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