#dfdbff
a pale, electric blue · warm · closest name: lavender
RGB
223, 219, 255
HSL
247°, 100%, 93%
CMYK
13, 14, 0, 0
Luminance
0.7357
Every format
| HEX | #dfdbff |
| RGB | rgb(223, 219, 255) |
| HSL | hsl(247, 100%, 93%) |
| CMYK | cmyk(13%, 14%, 0%, 0%) |
| LAB | lab(88.7 8.2 -17.0) |
| LCH | lch(88.7 18.9 295.8) |
| OKLCH | oklch(0.906 0.049 290.5) |
Copy-ready code
/* CSS */
color: #dfdbff;
background-color: #dfdbff;
/* Tailwind (arbitrary) */
class="text-[#dfdbff] bg-[#dfdbff]"
/* SCSS */
$brand: #dfdbff;
/* SwiftUI */
Color(red: 0.875, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#dfdbff")Accessibility — WCAG contrast
Aa
#dfdbff on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdbff on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.9%
Blue100.0%
CMYK percentages
Cyan12.5%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#dfdbff text on a black background
contrast 15.71:1
Card sample
#dfdbff text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdbff;
Background color
Panel with #dfdbff background
background-color: #dfdbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdbff; background: linear-gradient(135deg, #dfdbff, #F7DBFF);