#dfdbf3
a pale, vivid blue · warm · closest name: lavender
RGB
223, 219, 243
HSL
250°, 50%, 91%
CMYK
8, 10, 0, 5
Luminance
0.7282
Every format
| HEX | #dfdbf3 |
| RGB | rgb(223, 219, 243) |
| HSL | hsl(250, 50%, 91%) |
| CMYK | cmyk(8%, 10%, 0%, 5%) |
| LAB | lab(88.4 5.8 -11.2) |
| LCH | lch(88.4 12.6 297.5) |
| OKLCH | oklch(0.902 0.033 293.4) |
Copy-ready code
/* CSS */
color: #dfdbf3;
background-color: #dfdbf3;
/* Tailwind (arbitrary) */
class="text-[#dfdbf3] bg-[#dfdbf3]"
/* SCSS */
$brand: #dfdbf3;
/* SwiftUI */
Color(red: 0.875, green: 0.859, blue: 0.953)
/* Android */
Color.parseColor("#dfdbf3")Accessibility — WCAG contrast
Aa
#dfdbf3 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdbf3 on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.9%
Blue95.3%
CMYK percentages
Cyan8.2%
Magenta9.9%
Yellow0.0%
Key (black)4.7%
Color previews
#dfdbf3 text on a black background
contrast 15.56:1
Card sample
#dfdbf3 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdbf3;
Background color
Panel with #dfdbf3 background
background-color: #dfdbf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdbf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 219, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 219, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdbf3; background: linear-gradient(135deg, #dfdbf3, #EFDBF3);