#dcebfe
a pale, electric blue · cool · closest name: lavender
RGB
220, 235, 254
HSL
214°, 94%, 93%
CMYK
13, 8, 0, 0
Luminance
0.8179
Every format
| HEX | #dcebfe |
| RGB | rgb(220, 235, 254) |
| HSL | hsl(214, 94%, 93%) |
| CMYK | cmyk(13%, 8%, 0%, 0%) |
| LAB | lab(92.5 -1.3 -10.8) |
| LCH | lch(92.5 10.9 263.4) |
| OKLCH | oklch(0.935 0.030 254.3) |
Copy-ready code
/* CSS */
color: #dcebfe;
background-color: #dcebfe;
/* Tailwind (arbitrary) */
class="text-[#dcebfe] bg-[#dcebfe]"
/* SCSS */
$brand: #dcebfe;
/* SwiftUI */
Color(red: 0.863, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#dcebfe")Accessibility — WCAG contrast
Aa
#dcebfe on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcebfe on black: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green92.2%
Blue99.6%
CMYK percentages
Cyan13.4%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#dcebfe text on a black background
contrast 17.36:1
Card sample
#dcebfe text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcebfe;
Background color
Panel with #dcebfe background
background-color: #dcebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcebfe; background: linear-gradient(135deg, #dcebfe, #E3DCFE);