#dfdffe
a pale, electric blue · warm · closest name: lavender
RGB
223, 223, 254
HSL
240°, 94%, 94%
CMYK
12, 12, 0, 0
Luminance
0.7562
Every format
| HEX | #dfdffe |
| RGB | rgb(223, 223, 254) |
| HSL | hsl(240, 94%, 94%) |
| CMYK | cmyk(12%, 12%, 0%, 0%) |
| LAB | lab(89.7 5.9 -15.0) |
| LCH | lch(89.7 16.1 291.5) |
| OKLCH | oklch(0.913 0.042 285.5) |
Copy-ready code
/* CSS */
color: #dfdffe;
background-color: #dfdffe;
/* Tailwind (arbitrary) */
class="text-[#dfdffe] bg-[#dfdffe]"
/* SCSS */
$brand: #dfdffe;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.996)
/* Android */
Color.parseColor("#dfdffe")Accessibility — WCAG contrast
Aa
#dfdffe on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdffe on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue99.6%
CMYK percentages
Cyan12.2%
Magenta12.2%
Yellow0.0%
Key (black)0.4%
Color previews
#dfdffe text on a black background
contrast 16.12:1
Card sample
#dfdffe text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdffe;
Background color
Panel with #dfdffe background
background-color: #dfdffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdffe; background: linear-gradient(135deg, #dfdffe, #F4DFFE);