#dce7f4
a pale, vivid blue · cool · closest name: lavender
RGB
220, 231, 244
HSL
213°, 52%, 91%
CMYK
10, 5, 0, 4
Luminance
0.7890
Every format
| HEX | #dce7f4 |
| RGB | rgb(220, 231, 244) |
| HSL | hsl(213, 52%, 91%) |
| CMYK | cmyk(10%, 5%, 0%, 4%) |
| LAB | lab(91.2 -1.2 -7.5) |
| LCH | lch(91.2 7.6 261.1) |
| OKLCH | oklch(0.923 0.021 252.5) |
Copy-ready code
/* CSS */
color: #dce7f4;
background-color: #dce7f4;
/* Tailwind (arbitrary) */
class="text-[#dce7f4] bg-[#dce7f4]"
/* SCSS */
$brand: #dce7f4;
/* SwiftUI */
Color(red: 0.863, green: 0.906, blue: 0.957)
/* Android */
Color.parseColor("#dce7f4")Accessibility — WCAG contrast
Aa
#dce7f4 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce7f4 on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green90.6%
Blue95.7%
CMYK percentages
Cyan9.8%
Magenta5.3%
Yellow0.0%
Key (black)4.3%
Color previews
#dce7f4 text on a black background
contrast 16.78:1
Card sample
#dce7f4 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce7f4;
Background color
Panel with #dce7f4 background
background-color: #dce7f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce7f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 231, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 231, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce7f4; background: linear-gradient(135deg, #dce7f4, #E1DCF4);