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