#dfddfe
a pale, electric blue · warm · closest name: lavender
RGB
223, 221, 254
HSL
244°, 94%, 93%
CMYK
12, 13, 0, 0
Luminance
0.7456
Every format
| HEX | #dfddfe |
| RGB | rgb(223, 221, 254) |
| HSL | hsl(244, 94%, 93%) |
| CMYK | cmyk(12%, 13%, 0%, 0%) |
| LAB | lab(89.2 7.0 -15.8) |
| LCH | lch(89.2 17.2 293.8) |
| OKLCH | oklch(0.909 0.045 288.3) |
Copy-ready code
/* CSS */
color: #dfddfe;
background-color: #dfddfe;
/* Tailwind (arbitrary) */
class="text-[#dfddfe] bg-[#dfddfe]"
/* SCSS */
$brand: #dfddfe;
/* SwiftUI */
Color(red: 0.875, green: 0.867, blue: 0.996)
/* Android */
Color.parseColor("#dfddfe")Accessibility — WCAG contrast
Aa
#dfddfe on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfddfe on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green86.7%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta13.0%
Yellow0.0%
Key (black)0.4%
Color previews
#dfddfe text on a black background
contrast 15.91:1
Card sample
#dfddfe text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfddfe;
Background color
Panel with #dfddfe background
background-color: #dfddfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfddfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 221, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 221, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfddfe; background: linear-gradient(135deg, #dfddfe, #F5DDFE);