#dcdcef
a pale, soft blue · warm · closest name: lavender
RGB
220, 220, 239
HSL
240°, 37%, 90%
CMYK
8, 8, 0, 6
Luminance
0.7263
Every format
| HEX | #dcdcef |
| RGB | rgb(220, 220, 239) |
| HSL | hsl(240, 37%, 90%) |
| CMYK | cmyk(8%, 8%, 0%, 6%) |
| LAB | lab(88.3 3.5 -9.3) |
| LCH | lch(88.3 9.9 291.0) |
| OKLCH | oklch(0.900 0.026 285.9) |
Copy-ready code
/* CSS */
color: #dcdcef;
background-color: #dcdcef;
/* Tailwind (arbitrary) */
class="text-[#dcdcef] bg-[#dcdcef]"
/* SCSS */
$brand: #dcdcef;
/* SwiftUI */
Color(red: 0.863, green: 0.863, blue: 0.937)
/* Android */
Color.parseColor("#dcdcef")Accessibility — WCAG contrast
Aa
#dcdcef on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdcef on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green86.3%
Blue93.7%
CMYK percentages
Cyan7.9%
Magenta7.9%
Yellow0.0%
Key (black)6.3%
Color previews
#dcdcef text on a black background
contrast 15.53:1
Card sample
#dcdcef text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdcef;
Background color
Panel with #dcdcef background
background-color: #dcdcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 220, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 220, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdcef; background: linear-gradient(135deg, #dcdcef, #E9DCEF);