#dce8fa
a pale, electric blue · cool · closest name: lavender
RGB
220, 232, 250
HSL
216°, 75%, 92%
CMYK
12, 7, 0, 2
Luminance
0.7983
Every format
| HEX | #dce8fa |
| RGB | rgb(220, 232, 250) |
| HSL | hsl(216, 75%, 92%) |
| CMYK | cmyk(12%, 7%, 0%, 2%) |
| LAB | lab(91.6 -0.5 -10.1) |
| LCH | lch(91.6 10.1 267.0) |
| OKLCH | oklch(0.927 0.028 258.4) |
Copy-ready code
/* CSS */
color: #dce8fa;
background-color: #dce8fa;
/* Tailwind (arbitrary) */
class="text-[#dce8fa] bg-[#dce8fa]"
/* SCSS */
$brand: #dce8fa;
/* SwiftUI */
Color(red: 0.863, green: 0.910, blue: 0.980)
/* Android */
Color.parseColor("#dce8fa")Accessibility — WCAG contrast
Aa
#dce8fa on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dce8fa on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green91.0%
Blue98.0%
CMYK percentages
Cyan12.0%
Magenta7.2%
Yellow0.0%
Key (black)2.0%
Color previews
#dce8fa text on a black background
contrast 16.97:1
Card sample
#dce8fa text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dce8fa;
Background color
Panel with #dce8fa background
background-color: #dce8fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dce8fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 232, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 232, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dce8fa; background: linear-gradient(135deg, #dce8fa, #E4DCFA);