#ded4eb
a pale, soft violet · warm · closest name: lavender
RGB
222, 212, 235
HSL
266°, 37%, 88%
CMYK
6, 10, 0, 8
Luminance
0.6861
Every format
| HEX | #ded4eb |
| RGB | rgb(222, 212, 235) |
| HSL | hsl(266, 37%, 88%) |
| CMYK | cmyk(6%, 10%, 0%, 8%) |
| LAB | lab(86.3 7.6 -10.0) |
| LCH | lch(86.3 12.6 307.2) |
| OKLCH | oklch(0.885 0.033 305.3) |
Copy-ready code
/* CSS */
color: #ded4eb;
background-color: #ded4eb;
/* Tailwind (arbitrary) */
class="text-[#ded4eb] bg-[#ded4eb]"
/* SCSS */
$brand: #ded4eb;
/* SwiftUI */
Color(red: 0.871, green: 0.831, blue: 0.922)
/* Android */
Color.parseColor("#ded4eb")Accessibility — WCAG contrast
Aa
#ded4eb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ded4eb on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green83.1%
Blue92.2%
CMYK percentages
Cyan5.5%
Magenta9.8%
Yellow0.0%
Key (black)7.8%
Color previews
#ded4eb text on a black background
contrast 14.72:1
Card sample
#ded4eb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ded4eb;
Background color
Panel with #ded4eb background
background-color: #ded4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ded4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 212, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 212, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ded4eb; background: linear-gradient(135deg, #ded4eb, #EBD4E9);