#d2e5fd
a pale, electric blue · cool · closest name: lavender
RGB
210, 229, 253
HSL
214°, 92%, 91%
CMYK
17, 10, 0, 1
Luminance
0.7683
Every format
| HEX | #d2e5fd |
| RGB | rgb(210, 229, 253) |
| HSL | hsl(214, 92%, 91%) |
| CMYK | cmyk(17%, 10%, 0%, 1%) |
| LAB | lab(90.2 -1.5 -13.7) |
| LCH | lch(90.2 13.8 263.9) |
| OKLCH | oklch(0.915 0.039 254.3) |
Copy-ready code
/* CSS */
color: #d2e5fd;
background-color: #d2e5fd;
/* Tailwind (arbitrary) */
class="text-[#d2e5fd] bg-[#d2e5fd]"
/* SCSS */
$brand: #d2e5fd;
/* SwiftUI */
Color(red: 0.824, green: 0.898, blue: 0.992)
/* Android */
Color.parseColor("#d2e5fd")Accessibility — WCAG contrast
Aa
#d2e5fd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2e5fd on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green89.8%
Blue99.2%
CMYK percentages
Cyan17.0%
Magenta9.5%
Yellow0.0%
Key (black)0.8%
Color previews
#d2e5fd text on a black background
contrast 16.37:1
Card sample
#d2e5fd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2e5fd;
Background color
Panel with #d2e5fd background
background-color: #d2e5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2e5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 229, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 229, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2e5fd; background: linear-gradient(135deg, #d2e5fd, #DCD2FD);