#d8ebfc
a pale, electric blue · cool · closest name: lavender
RGB
216, 235, 252
HSL
208°, 86%, 92%
CMYK
14, 7, 0, 1
Luminance
0.8104
Every format
| HEX | #d8ebfc |
| RGB | rgb(216, 235, 252) |
| HSL | hsl(208, 86%, 92%) |
| CMYK | cmyk(14%, 7%, 0%, 1%) |
| LAB | lab(92.2 -2.9 -10.3) |
| LCH | lch(92.2 10.7 254.3) |
| OKLCH | oklch(0.931 0.031 245.1) |
Copy-ready code
/* CSS */
color: #d8ebfc;
background-color: #d8ebfc;
/* Tailwind (arbitrary) */
class="text-[#d8ebfc] bg-[#d8ebfc]"
/* SCSS */
$brand: #d8ebfc;
/* SwiftUI */
Color(red: 0.847, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#d8ebfc")Accessibility — WCAG contrast
Aa
#d8ebfc on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8ebfc on black: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green92.2%
Blue98.8%
CMYK percentages
Cyan14.3%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#d8ebfc text on a black background
contrast 17.21:1
Card sample
#d8ebfc text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8ebfc;
Background color
Panel with #d8ebfc background
background-color: #d8ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8ebfc; background: linear-gradient(135deg, #d8ebfc, #DDD8FC);