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