#d9e2fd
a pale, electric blue · warm · closest name: lavender
RGB
217, 226, 253
HSL
225°, 90%, 92%
CMYK
14, 11, 0, 1
Luminance
0.7624
Every format
| HEX | #d9e2fd |
| RGB | rgb(217, 226, 253) |
| HSL | hsl(225, 90%, 92%) |
| CMYK | cmyk(14%, 11%, 0%, 1%) |
| LAB | lab(90.0 2.3 -14.1) |
| LCH | lch(90.0 14.3 279.1) |
| OKLCH | oklch(0.914 0.038 271.0) |
Copy-ready code
/* CSS */
color: #d9e2fd;
background-color: #d9e2fd;
/* Tailwind (arbitrary) */
class="text-[#d9e2fd] bg-[#d9e2fd]"
/* SCSS */
$brand: #d9e2fd;
/* SwiftUI */
Color(red: 0.851, green: 0.886, blue: 0.992)
/* Android */
Color.parseColor("#d9e2fd")Accessibility — WCAG contrast
Aa
#d9e2fd on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9e2fd on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green88.6%
Blue99.2%
CMYK percentages
Cyan14.2%
Magenta10.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d9e2fd text on a black background
contrast 16.25:1
Card sample
#d9e2fd text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9e2fd;
Background color
Panel with #d9e2fd background
background-color: #d9e2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9e2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 226, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 226, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9e2fd; background: linear-gradient(135deg, #d9e2fd, #E8D9FD);