#ded4fd
a pale, electric blue · warm · closest name: lavender
RGB
222, 212, 253
HSL
255°, 91%, 91%
CMYK
12, 16, 0, 1
Luminance
0.6971
Every format
| HEX | #ded4fd |
| RGB | rgb(222, 212, 253) |
| HSL | hsl(255, 91%, 91%) |
| CMYK | cmyk(12%, 16%, 0%, 1%) |
| LAB | lab(86.8 11.2 -18.8) |
| LCH | lch(86.8 21.8 300.8) |
| OKLCH | oklch(0.891 0.057 296.4) |
Copy-ready code
/* CSS */
color: #ded4fd;
background-color: #ded4fd;
/* Tailwind (arbitrary) */
class="text-[#ded4fd] bg-[#ded4fd]"
/* SCSS */
$brand: #ded4fd;
/* SwiftUI */
Color(red: 0.871, green: 0.831, blue: 0.992)
/* Android */
Color.parseColor("#ded4fd")Accessibility — WCAG contrast
Aa
#ded4fd on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ded4fd on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green83.1%
Blue99.2%
CMYK percentages
Cyan12.3%
Magenta16.2%
Yellow0.0%
Key (black)0.8%
Color previews
#ded4fd text on a black background
contrast 14.94:1
Card sample
#ded4fd text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ded4fd;
Background color
Panel with #ded4fd background
background-color: #ded4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ded4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 212, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 212, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ded4fd; background: linear-gradient(135deg, #ded4fd, #F9D4FD);