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