#dedcff
a pale, electric blue · warm · closest name: lavender
RGB
222, 220, 255
HSL
243°, 100%, 93%
CMYK
13, 14, 0, 0
Luminance
0.7394
Every format
| HEX | #dedcff |
| RGB | rgb(222, 220, 255) |
| HSL | hsl(243, 100%, 93%) |
| CMYK | cmyk(13%, 14%, 0%, 0%) |
| LAB | lab(88.9 7.4 -16.7) |
| LCH | lch(88.9 18.3 293.7) |
| OKLCH | oklch(0.907 0.048 288.0) |
Copy-ready code
/* CSS */
color: #dedcff;
background-color: #dedcff;
/* Tailwind (arbitrary) */
class="text-[#dedcff] bg-[#dedcff]"
/* SCSS */
$brand: #dedcff;
/* SwiftUI */
Color(red: 0.871, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#dedcff")Accessibility — WCAG contrast
Aa
#dedcff on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dedcff on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green86.3%
Blue100.0%
CMYK percentages
Cyan12.9%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#dedcff text on a black background
contrast 15.79:1
Card sample
#dedcff text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dedcff;
Background color
Panel with #dedcff background
background-color: #dedcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dedcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dedcff; background: linear-gradient(135deg, #dedcff, #F5DCFF);