#dcdceb
a pale, soft blue · warm · closest name: lavender
RGB
220, 220, 235
HSL
240°, 27%, 89%
CMYK
6, 6, 0, 8
Luminance
0.7240
Every format
| HEX | #dcdceb |
| RGB | rgb(220, 220, 235) |
| HSL | hsl(240, 27%, 89%) |
| CMYK | cmyk(6%, 6%, 0%, 8%) |
| LAB | lab(88.2 2.8 -7.3) |
| LCH | lch(88.2 7.8 290.8) |
| OKLCH | oklch(0.899 0.020 286.0) |
Copy-ready code
/* CSS */
color: #dcdceb;
background-color: #dcdceb;
/* Tailwind (arbitrary) */
class="text-[#dcdceb] bg-[#dcdceb]"
/* SCSS */
$brand: #dcdceb;
/* SwiftUI */
Color(red: 0.863, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#dcdceb")Accessibility — WCAG contrast
Aa
#dcdceb on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdceb on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green86.3%
Blue92.2%
CMYK percentages
Cyan6.4%
Magenta6.4%
Yellow0.0%
Key (black)7.8%
Color previews
#dcdceb text on a black background
contrast 15.48:1
Card sample
#dcdceb text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdceb;
Background color
Panel with #dcdceb background
background-color: #dcdceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdceb; background: linear-gradient(135deg, #dcdceb, #E6DCEB);