#dce5ff
a pale, electric blue · cool · closest name: lavender
RGB
220, 229, 255
HSL
225°, 100%, 93%
CMYK
14, 10, 0, 0
Luminance
0.7847
Every format
| HEX | #dce5ff |
| RGB | rgb(220, 229, 255) |
| HSL | hsl(225, 100%, 93%) |
| CMYK | cmyk(14%, 10%, 0%, 0%) |
| LAB | lab(91.0 2.0 -13.6) |
| LCH | lch(91.0 13.7 278.5) |
| OKLCH | oklch(0.923 0.037 270.5) |
Copy-ready code
/* CSS */
color: #dce5ff;
background-color: #dce5ff;
/* Tailwind (arbitrary) */
class="text-[#dce5ff] bg-[#dce5ff]"
/* SCSS */
$brand: #dce5ff;
/* SwiftUI */
Color(red: 0.863, green: 0.898, blue: 1.000)
/* Android */
Color.parseColor("#dce5ff")Accessibility — WCAG contrast
Aa
#dce5ff on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce5ff on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green89.8%
Blue100.0%
CMYK percentages
Cyan13.7%
Magenta10.2%
Yellow0.0%
Key (black)0.0%
Color previews
#dce5ff text on a black background
contrast 16.69:1
Card sample
#dce5ff text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce5ff;
Background color
Panel with #dce5ff background
background-color: #dce5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 229, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 229, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce5ff; background: linear-gradient(135deg, #dce5ff, #EADCFF);