#dfdcfb
a pale, electric blue · warm · closest name: lavender
RGB
223, 220, 251
HSL
246°, 80%, 92%
CMYK
11, 12, 0, 2
Luminance
0.7384
Every format
| HEX | #dfdcfb |
| RGB | rgb(223, 220, 251) |
| HSL | hsl(246, 80%, 92%) |
| CMYK | cmyk(11%, 12%, 0%, 2%) |
| LAB | lab(88.8 6.9 -14.7) |
| LCH | lch(88.8 16.2 295.1) |
| OKLCH | oklch(0.906 0.042 290.0) |
Copy-ready code
/* CSS */
color: #dfdcfb;
background-color: #dfdcfb;
/* Tailwind (arbitrary) */
class="text-[#dfdcfb] bg-[#dfdcfb]"
/* SCSS */
$brand: #dfdcfb;
/* SwiftUI */
Color(red: 0.875, green: 0.863, blue: 0.984)
/* Android */
Color.parseColor("#dfdcfb")Accessibility — WCAG contrast
Aa
#dfdcfb on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdcfb on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green86.3%
Blue98.4%
CMYK percentages
Cyan11.2%
Magenta12.4%
Yellow0.0%
Key (black)1.6%
Color previews
#dfdcfb text on a black background
contrast 15.77:1
Card sample
#dfdcfb text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdcfb;
Background color
Panel with #dfdcfb background
background-color: #dfdcfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdcfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 220, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 220, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdcfb; background: linear-gradient(135deg, #dfdcfb, #F4DCFB);