#dcddfd
a pale, electric blue · warm · closest name: lavender
RGB
220, 221, 253
HSL
238°, 89%, 93%
CMYK
13, 13, 0, 1
Luminance
0.7402
Every format
| HEX | #dcddfd |
| RGB | rgb(220, 221, 253) |
| HSL | hsl(238, 89%, 93%) |
| CMYK | cmyk(13%, 13%, 0%, 1%) |
| LAB | lab(88.9 5.8 -15.6) |
| LCH | lch(88.9 16.7 290.4) |
| OKLCH | oklch(0.907 0.044 284.1) |
Copy-ready code
/* CSS */
color: #dcddfd;
background-color: #dcddfd;
/* Tailwind (arbitrary) */
class="text-[#dcddfd] bg-[#dcddfd]"
/* SCSS */
$brand: #dcddfd;
/* SwiftUI */
Color(red: 0.863, green: 0.867, blue: 0.992)
/* Android */
Color.parseColor("#dcddfd")Accessibility — WCAG contrast
Aa
#dcddfd on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcddfd on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green86.7%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta12.6%
Yellow0.0%
Key (black)0.8%
Color previews
#dcddfd text on a black background
contrast 15.80:1
Card sample
#dcddfd text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcddfd;
Background color
Panel with #dcddfd background
background-color: #dcddfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcddfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 221, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 221, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcddfd; background: linear-gradient(135deg, #dcddfd, #F1DCFD);