#dcdfe8
a pale, soft blue · warm · closest name: lavender
RGB
220, 223, 232
HSL
225°, 21%, 89%
CMYK
5, 4, 0, 9
Luminance
0.7382
Every format
| HEX | #dcdfe8 |
| RGB | rgb(220, 223, 232) |
| HSL | hsl(225, 21%, 89%) |
| CMYK | cmyk(5%, 4%, 0%, 9%) |
| LAB | lab(88.8 0.7 -4.7) |
| LCH | lch(88.8 4.8 277.8) |
| OKLCH | oklch(0.904 0.013 271.3) |
Copy-ready code
/* CSS */
color: #dcdfe8;
background-color: #dcdfe8;
/* Tailwind (arbitrary) */
class="text-[#dcdfe8] bg-[#dcdfe8]"
/* SCSS */
$brand: #dcdfe8;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 0.910)
/* Android */
Color.parseColor("#dcdfe8")Accessibility — WCAG contrast
Aa
#dcdfe8 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdfe8 on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.5%
Blue91.0%
CMYK percentages
Cyan5.2%
Magenta3.9%
Yellow0.0%
Key (black)9.0%
Color previews
#dcdfe8 text on a black background
contrast 15.76:1
Card sample
#dcdfe8 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdfe8;
Background color
Panel with #dcdfe8 background
background-color: #dcdfe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdfe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 223, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdfe8; background: linear-gradient(135deg, #dcdfe8, #E1DCE8);