#dee0fd
a pale, electric blue · warm · closest name: lavender
RGB
222, 224, 253
HSL
236°, 89%, 93%
CMYK
12, 12, 0, 1
Luminance
0.7593
Every format
| HEX | #dee0fd |
| RGB | rgb(222, 224, 253) |
| HSL | hsl(236, 89%, 93%) |
| CMYK | cmyk(12%, 12%, 0%, 1%) |
| LAB | lab(89.8 4.9 -14.3) |
| LCH | lch(89.8 15.1 288.8) |
| OKLCH | oklch(0.914 0.040 282.5) |
Copy-ready code
/* CSS */
color: #dee0fd;
background-color: #dee0fd;
/* Tailwind (arbitrary) */
class="text-[#dee0fd] bg-[#dee0fd]"
/* SCSS */
$brand: #dee0fd;
/* SwiftUI */
Color(red: 0.871, green: 0.878, blue: 0.992)
/* Android */
Color.parseColor("#dee0fd")Accessibility — WCAG contrast
Aa
#dee0fd on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dee0fd on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green87.8%
Blue99.2%
CMYK percentages
Cyan12.3%
Magenta11.5%
Yellow0.0%
Key (black)0.8%
Color previews
#dee0fd text on a black background
contrast 16.19:1
Card sample
#dee0fd text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dee0fd;
Background color
Panel with #dee0fd background
background-color: #dee0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dee0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 224, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 224, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dee0fd; background: linear-gradient(135deg, #dee0fd, #F1DEFD);