#dee2fd
a pale, electric blue · warm · closest name: lavender
RGB
222, 226, 253
HSL
232°, 89%, 93%
CMYK
12, 11, 0, 1
Luminance
0.7701
Every format
| HEX | #dee2fd |
| RGB | rgb(222, 226, 253) |
| HSL | hsl(232, 89%, 93%) |
| CMYK | cmyk(12%, 11%, 0%, 1%) |
| LAB | lab(90.3 3.8 -13.5) |
| LCH | lch(90.3 14.1 285.8) |
| OKLCH | oklch(0.918 0.037 279.0) |
Copy-ready code
/* CSS */
color: #dee2fd;
background-color: #dee2fd;
/* Tailwind (arbitrary) */
class="text-[#dee2fd] bg-[#dee2fd]"
/* SCSS */
$brand: #dee2fd;
/* SwiftUI */
Color(red: 0.871, green: 0.886, blue: 0.992)
/* Android */
Color.parseColor("#dee2fd")Accessibility — WCAG contrast
Aa
#dee2fd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dee2fd on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green88.6%
Blue99.2%
CMYK percentages
Cyan12.3%
Magenta10.7%
Yellow0.0%
Key (black)0.8%
Color previews
#dee2fd text on a black background
contrast 16.40:1
Card sample
#dee2fd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dee2fd;
Background color
Panel with #dee2fd background
background-color: #dee2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dee2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 226, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 226, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dee2fd; background: linear-gradient(135deg, #dee2fd, #EFDEFD);