#dce4ff
a pale, electric blue · warm · closest name: lavender
RGB
220, 228, 255
HSL
226°, 100%, 93%
CMYK
14, 11, 0, 0
Luminance
0.7792
Every format
| HEX | #dce4ff |
| RGB | rgb(220, 228, 255) |
| HSL | hsl(226, 100%, 93%) |
| CMYK | cmyk(14%, 11%, 0%, 0%) |
| LAB | lab(90.7 2.6 -14.0) |
| LCH | lch(90.7 14.2 280.4) |
| OKLCH | oklch(0.921 0.038 272.5) |
Copy-ready code
/* CSS */
color: #dce4ff;
background-color: #dce4ff;
/* Tailwind (arbitrary) */
class="text-[#dce4ff] bg-[#dce4ff]"
/* SCSS */
$brand: #dce4ff;
/* SwiftUI */
Color(red: 0.863, green: 0.894, blue: 1.000)
/* Android */
Color.parseColor("#dce4ff")Accessibility — WCAG contrast
Aa
#dce4ff on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce4ff on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green89.4%
Blue100.0%
CMYK percentages
Cyan13.7%
Magenta10.6%
Yellow0.0%
Key (black)0.0%
Color previews
#dce4ff text on a black background
contrast 16.58:1
Card sample
#dce4ff text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce4ff;
Background color
Panel with #dce4ff background
background-color: #dce4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 228, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 228, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce4ff; background: linear-gradient(135deg, #dce4ff, #EBDCFF);