#dcdffb
a pale, electric blue · warm · closest name: lavender
RGB
220, 223, 251
HSL
234°, 80%, 92%
CMYK
12, 11, 0, 2
Luminance
0.7496
Every format
| HEX | #dcdffb |
| RGB | rgb(220, 223, 251) |
| HSL | hsl(234, 80%, 92%) |
| CMYK | cmyk(12%, 11%, 0%, 2%) |
| LAB | lab(89.4 4.3 -13.9) |
| LCH | lch(89.4 14.6 287.4) |
| OKLCH | oklch(0.910 0.038 280.8) |
Copy-ready code
/* CSS */
color: #dcdffb;
background-color: #dcdffb;
/* Tailwind (arbitrary) */
class="text-[#dcdffb] bg-[#dcdffb]"
/* SCSS */
$brand: #dcdffb;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 0.984)
/* Android */
Color.parseColor("#dcdffb")Accessibility — WCAG contrast
Aa
#dcdffb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdffb on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.5%
Blue98.4%
CMYK percentages
Cyan12.4%
Magenta11.2%
Yellow0.0%
Key (black)1.6%
Color previews
#dcdffb text on a black background
contrast 15.99:1
Card sample
#dcdffb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdffb;
Background color
Panel with #dcdffb background
background-color: #dcdffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 223, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdffb; background: linear-gradient(135deg, #dcdffb, #EEDCFB);