#ded5eb
a pale, soft violet · warm · closest name: lavender
RGB
222, 213, 235
HSL
265°, 36%, 88%
CMYK
6, 9, 0, 8
Luminance
0.6912
Every format
| HEX | #ded5eb |
| RGB | rgb(222, 213, 235) |
| HSL | hsl(265, 36%, 88%) |
| CMYK | cmyk(6%, 9%, 0%, 8%) |
| LAB | lab(86.6 7.1 -9.7) |
| LCH | lch(86.6 12.0 306.3) |
| OKLCH | oklch(0.887 0.031 304.2) |
Copy-ready code
/* CSS */
color: #ded5eb;
background-color: #ded5eb;
/* Tailwind (arbitrary) */
class="text-[#ded5eb] bg-[#ded5eb]"
/* SCSS */
$brand: #ded5eb;
/* SwiftUI */
Color(red: 0.871, green: 0.835, blue: 0.922)
/* Android */
Color.parseColor("#ded5eb")Accessibility — WCAG contrast
Aa
#ded5eb on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ded5eb on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green83.5%
Blue92.2%
CMYK percentages
Cyan5.5%
Magenta9.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ded5eb text on a black background
contrast 14.82:1
Card sample
#ded5eb text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ded5eb;
Background color
Panel with #ded5eb background
background-color: #ded5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ded5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 213, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 213, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ded5eb; background: linear-gradient(135deg, #ded5eb, #EBD5E9);