#dcdcfb
a pale, electric blue · warm · closest name: lavender
RGB
220, 220, 251
HSL
240°, 80%, 92%
CMYK
12, 12, 0, 2
Luminance
0.7337
Every format
| HEX | #dcdcfb |
| RGB | rgb(220, 220, 251) |
| HSL | hsl(240, 80%, 92%) |
| CMYK | cmyk(12%, 12%, 0%, 2%) |
| LAB | lab(88.6 5.9 -15.1) |
| LCH | lch(88.6 16.2 291.5) |
| OKLCH | oklch(0.904 0.042 285.5) |
Copy-ready code
/* CSS */
color: #dcdcfb;
background-color: #dcdcfb;
/* Tailwind (arbitrary) */
class="text-[#dcdcfb] bg-[#dcdcfb]"
/* SCSS */
$brand: #dcdcfb;
/* SwiftUI */
Color(red: 0.863, green: 0.863, blue: 0.984)
/* Android */
Color.parseColor("#dcdcfb")Accessibility — WCAG contrast
Aa
#dcdcfb on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdcfb on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green86.3%
Blue98.4%
CMYK percentages
Cyan12.4%
Magenta12.4%
Yellow0.0%
Key (black)1.6%
Color previews
#dcdcfb text on a black background
contrast 15.67:1
Card sample
#dcdcfb text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdcfb;
Background color
Panel with #dcdcfb background
background-color: #dcdcfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdcfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 220, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 220, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdcfb; background: linear-gradient(135deg, #dcdcfb, #F1DCFB);