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