#d8ebff
a pale, electric blue · cool · closest name: lavender
RGB
216, 235, 255
HSL
211°, 100%, 92%
CMYK
15, 8, 0, 0
Luminance
0.8124
Every format
| HEX | #d8ebff |
| RGB | rgb(216, 235, 255) |
| HSL | hsl(211, 100%, 92%) |
| CMYK | cmyk(15%, 8%, 0%, 0%) |
| LAB | lab(92.2 -2.3 -11.8) |
| LCH | lch(92.2 12.0 258.9) |
| OKLCH | oklch(0.932 0.034 249.6) |
Copy-ready code
/* CSS */
color: #d8ebff;
background-color: #d8ebff;
/* Tailwind (arbitrary) */
class="text-[#d8ebff] bg-[#d8ebff]"
/* SCSS */
$brand: #d8ebff;
/* SwiftUI */
Color(red: 0.847, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#d8ebff")Accessibility — WCAG contrast
Aa
#d8ebff on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8ebff on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green92.2%
Blue100.0%
CMYK percentages
Cyan15.3%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#d8ebff text on a black background
contrast 17.25:1
Card sample
#d8ebff text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8ebff;
Background color
Panel with #d8ebff background
background-color: #d8ebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8ebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8ebff; background: linear-gradient(135deg, #d8ebff, #DFD8FF);