#dce9f9
a pale, vivid blue · cool · closest name: lavender
RGB
220, 233, 249
HSL
213°, 71%, 92%
CMYK
12, 6, 0, 2
Luminance
0.8033
Every format
| HEX | #dce9f9 |
| RGB | rgb(220, 233, 249) |
| HSL | hsl(213, 71%, 92%) |
| CMYK | cmyk(12%, 6%, 0%, 2%) |
| LAB | lab(91.8 -1.2 -9.2) |
| LCH | lch(91.8 9.3 262.4) |
| OKLCH | oklch(0.929 0.026 253.6) |
Copy-ready code
/* CSS */
color: #dce9f9;
background-color: #dce9f9;
/* Tailwind (arbitrary) */
class="text-[#dce9f9] bg-[#dce9f9]"
/* SCSS */
$brand: #dce9f9;
/* SwiftUI */
Color(red: 0.863, green: 0.914, blue: 0.976)
/* Android */
Color.parseColor("#dce9f9")Accessibility — WCAG contrast
Aa
#dce9f9 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce9f9 on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green91.4%
Blue97.6%
CMYK percentages
Cyan11.6%
Magenta6.4%
Yellow0.0%
Key (black)2.4%
Color previews
#dce9f9 text on a black background
contrast 17.07:1
Card sample
#dce9f9 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce9f9;
Background color
Panel with #dce9f9 background
background-color: #dce9f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce9f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 233, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 233, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce9f9; background: linear-gradient(135deg, #dce9f9, #E2DCF9);