#deddf5
a pale, vivid blue · warm · closest name: lavender
RGB
222, 221, 245
HSL
243°, 55%, 91%
CMYK
9, 10, 0, 4
Luminance
0.7384
Every format
| HEX | #deddf5 |
| RGB | rgb(222, 221, 245) |
| HSL | hsl(243, 55%, 91%) |
| CMYK | cmyk(9%, 10%, 0%, 4%) |
| LAB | lab(88.8 4.8 -11.6) |
| LCH | lch(88.8 12.5 292.7) |
| OKLCH | oklch(0.906 0.033 287.6) |
Copy-ready code
/* CSS */
color: #deddf5;
background-color: #deddf5;
/* Tailwind (arbitrary) */
class="text-[#deddf5] bg-[#deddf5]"
/* SCSS */
$brand: #deddf5;
/* SwiftUI */
Color(red: 0.871, green: 0.867, blue: 0.961)
/* Android */
Color.parseColor("#deddf5")Accessibility — WCAG contrast
Aa
#deddf5 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deddf5 on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green86.7%
Blue96.1%
CMYK percentages
Cyan9.4%
Magenta9.8%
Yellow0.0%
Key (black)3.9%
Color previews
#deddf5 text on a black background
contrast 15.77:1
Card sample
#deddf5 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deddf5;
Background color
Panel with #deddf5 background
background-color: #deddf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deddf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 221, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 221, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deddf5; background: linear-gradient(135deg, #deddf5, #EEDDF5);