#deddfb
a pale, electric blue · warm · closest name: lavender
RGB
222, 221, 251
HSL
242°, 79%, 93%
CMYK
12, 12, 0, 2
Luminance
0.7421
Every format
| HEX | #deddfb |
| RGB | rgb(222, 221, 251) |
| HSL | hsl(242, 79%, 93%) |
| CMYK | cmyk(12%, 12%, 0%, 2%) |
| LAB | lab(89.0 6.0 -14.4) |
| LCH | lch(89.0 15.7 292.7) |
| OKLCH | oklch(0.908 0.041 287.1) |
Copy-ready code
/* CSS */
color: #deddfb;
background-color: #deddfb;
/* Tailwind (arbitrary) */
class="text-[#deddfb] bg-[#deddfb]"
/* SCSS */
$brand: #deddfb;
/* SwiftUI */
Color(red: 0.871, green: 0.867, blue: 0.984)
/* Android */
Color.parseColor("#deddfb")Accessibility — WCAG contrast
Aa
#deddfb on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deddfb on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green86.7%
Blue98.4%
CMYK percentages
Cyan11.6%
Magenta12.0%
Yellow0.0%
Key (black)1.6%
Color previews
#deddfb text on a black background
contrast 15.84:1
Card sample
#deddfb text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deddfb;
Background color
Panel with #deddfb background
background-color: #deddfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deddfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 221, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 221, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deddfb; background: linear-gradient(135deg, #deddfb, #F2DDFB);