#dfdbfd
a pale, electric blue · warm · closest name: lavender
RGB
223, 219, 253
HSL
247°, 90%, 93%
CMYK
12, 13, 0, 1
Luminance
0.7344
Every format
| HEX | #dfdbfd |
| RGB | rgb(223, 219, 253) |
| HSL | hsl(247, 90%, 93%) |
| CMYK | cmyk(12%, 13%, 0%, 1%) |
| LAB | lab(88.7 7.8 -16.0) |
| LCH | lch(88.7 17.8 296.0) |
| OKLCH | oklch(0.905 0.046 290.8) |
Copy-ready code
/* CSS */
color: #dfdbfd;
background-color: #dfdbfd;
/* Tailwind (arbitrary) */
class="text-[#dfdbfd] bg-[#dfdbfd]"
/* SCSS */
$brand: #dfdbfd;
/* SwiftUI */
Color(red: 0.875, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#dfdbfd")Accessibility — WCAG contrast
Aa
#dfdbfd on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdbfd on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.9%
Blue99.2%
CMYK percentages
Cyan11.9%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#dfdbfd text on a black background
contrast 15.69:1
Card sample
#dfdbfd text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdbfd;
Background color
Panel with #dfdbfd background
background-color: #dfdbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdbfd; background: linear-gradient(135deg, #dfdbfd, #F6DBFD);