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