#d9ebfd
a pale, electric blue · cool · closest name: lavender
RGB
217, 235, 253
HSL
210°, 90%, 92%
CMYK
14, 7, 0, 1
Luminance
0.8126
Every format
| HEX | #d9ebfd |
| RGB | rgb(217, 235, 253) |
| HSL | hsl(210, 90%, 92%) |
| CMYK | cmyk(14%, 7%, 0%, 1%) |
| LAB | lab(92.3 -2.4 -10.7) |
| LCH | lch(92.3 11.0 257.4) |
| OKLCH | oklch(0.932 0.031 248.2) |
Copy-ready code
/* CSS */
color: #d9ebfd;
background-color: #d9ebfd;
/* Tailwind (arbitrary) */
class="text-[#d9ebfd] bg-[#d9ebfd]"
/* SCSS */
$brand: #d9ebfd;
/* SwiftUI */
Color(red: 0.851, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#d9ebfd")Accessibility — WCAG contrast
Aa
#d9ebfd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9ebfd on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green92.2%
Blue99.2%
CMYK percentages
Cyan14.2%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#d9ebfd text on a black background
contrast 17.25:1
Card sample
#d9ebfd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9ebfd;
Background color
Panel with #d9ebfd background
background-color: #d9ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9ebfd; background: linear-gradient(135deg, #d9ebfd, #DFD9FD);