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