#d9ebff
a pale, electric blue · cool · closest name: lavender
RGB
217, 235, 255
HSL
212°, 100%, 93%
CMYK
15, 8, 0, 0
Luminance
0.8139
Every format
| HEX | #d9ebff |
| RGB | rgb(217, 235, 255) |
| HSL | hsl(212, 100%, 93%) |
| CMYK | cmyk(15%, 8%, 0%, 0%) |
| LAB | lab(92.3 -2.0 -11.7) |
| LCH | lch(92.3 11.8 260.3) |
| OKLCH | oklch(0.933 0.033 251.0) |
Copy-ready code
/* CSS */
color: #d9ebff;
background-color: #d9ebff;
/* Tailwind (arbitrary) */
class="text-[#d9ebff] bg-[#d9ebff]"
/* SCSS */
$brand: #d9ebff;
/* SwiftUI */
Color(red: 0.851, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#d9ebff")Accessibility — WCAG contrast
Aa
#d9ebff on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9ebff on black: 17.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green92.2%
Blue100.0%
CMYK percentages
Cyan14.9%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#d9ebff text on a black background
contrast 17.28:1
Card sample
#d9ebff text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9ebff;
Background color
Panel with #d9ebff background
background-color: #d9ebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9ebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9ebff; background: linear-gradient(135deg, #d9ebff, #E0D9FF);