#deddf2
a pale, soft blue · warm · closest name: lavender
RGB
222, 221, 242
HSL
243°, 45%, 91%
CMYK
8, 9, 0, 5
Luminance
0.7365
Every format
| HEX | #deddf2 |
| RGB | rgb(222, 221, 242) |
| HSL | hsl(243, 45%, 91%) |
| CMYK | cmyk(8%, 9%, 0%, 5%) |
| LAB | lab(88.8 4.3 -10.1) |
| LCH | lch(88.8 11.0 292.9) |
| OKLCH | oklch(0.905 0.029 288.0) |
Copy-ready code
/* CSS */
color: #deddf2;
background-color: #deddf2;
/* Tailwind (arbitrary) */
class="text-[#deddf2] bg-[#deddf2]"
/* SCSS */
$brand: #deddf2;
/* SwiftUI */
Color(red: 0.871, green: 0.867, blue: 0.949)
/* Android */
Color.parseColor("#deddf2")Accessibility — WCAG contrast
Aa
#deddf2 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deddf2 on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green86.7%
Blue94.9%
CMYK percentages
Cyan8.3%
Magenta8.7%
Yellow0.0%
Key (black)5.1%
Color previews
#deddf2 text on a black background
contrast 15.73:1
Card sample
#deddf2 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deddf2;
Background color
Panel with #deddf2 background
background-color: #deddf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deddf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 221, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 221, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deddf2; background: linear-gradient(135deg, #deddf2, #ECDDF2);