#dce2f5
a pale, vivid blue · warm · closest name: lavender
RGB
220, 226, 245
HSL
226°, 56%, 91%
CMYK
10, 8, 0, 4
Luminance
0.7620
Every format
| HEX | #dce2f5 |
| RGB | rgb(220, 226, 245) |
| HSL | hsl(226, 56%, 91%) |
| CMYK | cmyk(10%, 8%, 0%, 4%) |
| LAB | lab(90.0 1.6 -9.9) |
| LCH | lch(90.0 10.0 279.2) |
| OKLCH | oklch(0.914 0.027 271.9) |
Copy-ready code
/* CSS */
color: #dce2f5;
background-color: #dce2f5;
/* Tailwind (arbitrary) */
class="text-[#dce2f5] bg-[#dce2f5]"
/* SCSS */
$brand: #dce2f5;
/* SwiftUI */
Color(red: 0.863, green: 0.886, blue: 0.961)
/* Android */
Color.parseColor("#dce2f5")Accessibility — WCAG contrast
Aa
#dce2f5 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce2f5 on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green88.6%
Blue96.1%
CMYK percentages
Cyan10.2%
Magenta7.8%
Yellow0.0%
Key (black)3.9%
Color previews
#dce2f5 text on a black background
contrast 16.24:1
Card sample
#dce2f5 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce2f5;
Background color
Panel with #dce2f5 background
background-color: #dce2f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce2f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 226, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 226, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce2f5; background: linear-gradient(135deg, #dce2f5, #E7DCF5);