#dcebf9
a pale, vivid blue · cool · closest name: lavender
RGB
220, 235, 249
HSL
209°, 71%, 92%
CMYK
12, 6, 0, 2
Luminance
0.8147
Every format
| HEX | #dcebf9 |
| RGB | rgb(220, 235, 249) |
| HSL | hsl(209, 71%, 92%) |
| CMYK | cmyk(12%, 6%, 0%, 2%) |
| LAB | lab(92.3 -2.3 -8.5) |
| LCH | lch(92.3 8.8 255.0) |
| OKLCH | oklch(0.933 0.025 246.2) |
Copy-ready code
/* CSS */
color: #dcebf9;
background-color: #dcebf9;
/* Tailwind (arbitrary) */
class="text-[#dcebf9] bg-[#dcebf9]"
/* SCSS */
$brand: #dcebf9;
/* SwiftUI */
Color(red: 0.863, green: 0.922, blue: 0.976)
/* Android */
Color.parseColor("#dcebf9")Accessibility — WCAG contrast
Aa
#dcebf9 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcebf9 on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green92.2%
Blue97.6%
CMYK percentages
Cyan11.6%
Magenta5.6%
Yellow0.0%
Key (black)2.4%
Color previews
#dcebf9 text on a black background
contrast 17.29:1
Card sample
#dcebf9 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcebf9;
Background color
Panel with #dcebf9 background
background-color: #dcebf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcebf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 235, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 235, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcebf9; background: linear-gradient(135deg, #dcebf9, #E1DCF9);