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