#d2eafd
a pale, electric blue · cool · closest name: lavender
RGB
210, 234, 253
HSL
207°, 92%, 91%
CMYK
17, 8, 0, 1
Luminance
0.7964
Every format
| HEX | #d2eafd |
| RGB | rgb(210, 234, 253) |
| HSL | hsl(207, 92%, 91%) |
| CMYK | cmyk(17%, 8%, 0%, 1%) |
| LAB | lab(91.5 -4.0 -11.8) |
| LCH | lch(91.5 12.5 251.1) |
| OKLCH | oklch(0.925 0.036 241.8) |
Copy-ready code
/* CSS */
color: #d2eafd;
background-color: #d2eafd;
/* Tailwind (arbitrary) */
class="text-[#d2eafd] bg-[#d2eafd]"
/* SCSS */
$brand: #d2eafd;
/* SwiftUI */
Color(red: 0.824, green: 0.918, blue: 0.992)
/* Android */
Color.parseColor("#d2eafd")Accessibility — WCAG contrast
Aa
#d2eafd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2eafd on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green91.8%
Blue99.2%
CMYK percentages
Cyan17.0%
Magenta7.5%
Yellow0.0%
Key (black)0.8%
Color previews
#d2eafd text on a black background
contrast 16.93:1
Card sample
#d2eafd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2eafd;
Background color
Panel with #d2eafd background
background-color: #d2eafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2eafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 234, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 234, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2eafd; background: linear-gradient(135deg, #d2eafd, #D7D2FD);