#dce4f9
a pale, vivid blue · cool · closest name: lavender
RGB
220, 228, 249
HSL
223°, 71%, 92%
CMYK
12, 8, 0, 2
Luminance
0.7754
Every format
| HEX | #dce4f9 |
| RGB | rgb(220, 228, 249) |
| HSL | hsl(223, 71%, 92%) |
| CMYK | cmyk(12%, 8%, 0%, 2%) |
| LAB | lab(90.6 1.4 -11.1) |
| LCH | lch(90.6 11.2 276.9) |
| OKLCH | oklch(0.919 0.030 269.1) |
Copy-ready code
/* CSS */
color: #dce4f9;
background-color: #dce4f9;
/* Tailwind (arbitrary) */
class="text-[#dce4f9] bg-[#dce4f9]"
/* SCSS */
$brand: #dce4f9;
/* SwiftUI */
Color(red: 0.863, green: 0.894, blue: 0.976)
/* Android */
Color.parseColor("#dce4f9")Accessibility — WCAG contrast
Aa
#dce4f9 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce4f9 on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green89.4%
Blue97.6%
CMYK percentages
Cyan11.6%
Magenta8.4%
Yellow0.0%
Key (black)2.4%
Color previews
#dce4f9 text on a black background
contrast 16.51:1
Card sample
#dce4f9 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce4f9;
Background color
Panel with #dce4f9 background
background-color: #dce4f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce4f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 228, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 228, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce4f9; background: linear-gradient(135deg, #dce4f9, #E7DCF9);