#dce7f6
a pale, vivid blue · cool · closest name: lavender
RGB
220, 231, 246
HSL
215°, 59%, 91%
CMYK
11, 6, 0, 4
Luminance
0.7902
Every format
| HEX | #dce7f6 |
| RGB | rgb(220, 231, 246) |
| HSL | hsl(215, 59%, 91%) |
| CMYK | cmyk(11%, 6%, 0%, 4%) |
| LAB | lab(91.2 -0.8 -8.5) |
| LCH | lch(91.2 8.6 264.7) |
| OKLCH | oklch(0.924 0.024 256.1) |
Copy-ready code
/* CSS */
color: #dce7f6;
background-color: #dce7f6;
/* Tailwind (arbitrary) */
class="text-[#dce7f6] bg-[#dce7f6]"
/* SCSS */
$brand: #dce7f6;
/* SwiftUI */
Color(red: 0.863, green: 0.906, blue: 0.965)
/* Android */
Color.parseColor("#dce7f6")Accessibility — WCAG contrast
Aa
#dce7f6 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce7f6 on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green90.6%
Blue96.5%
CMYK percentages
Cyan10.6%
Magenta6.1%
Yellow0.0%
Key (black)3.5%
Color previews
#dce7f6 text on a black background
contrast 16.80:1
Card sample
#dce7f6 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce7f6;
Background color
Panel with #dce7f6 background
background-color: #dce7f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce7f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 231, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 231, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce7f6; background: linear-gradient(135deg, #dce7f6, #E2DCF6);