#d8dfeb
a pale, soft blue · cool · closest name: lavender
RGB
216, 223, 235
HSL
218°, 32%, 88%
CMYK
8, 5, 0, 8
Luminance
0.7337
Every format
| HEX | #d8dfeb |
| RGB | rgb(216, 223, 235) |
| HSL | hsl(218, 32%, 88%) |
| CMYK | cmyk(8%, 5%, 0%, 8%) |
| LAB | lab(88.6 -0.1 -6.7) |
| LCH | lch(88.6 6.7 269.3) |
| OKLCH | oklch(0.902 0.018 261.3) |
Copy-ready code
/* CSS */
color: #d8dfeb;
background-color: #d8dfeb;
/* Tailwind (arbitrary) */
class="text-[#d8dfeb] bg-[#d8dfeb]"
/* SCSS */
$brand: #d8dfeb;
/* SwiftUI */
Color(red: 0.847, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#d8dfeb")Accessibility — WCAG contrast
Aa
#d8dfeb on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8dfeb on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green87.5%
Blue92.2%
CMYK percentages
Cyan8.1%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#d8dfeb text on a black background
contrast 15.67:1
Card sample
#d8dfeb text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8dfeb;
Background color
Panel with #d8dfeb background
background-color: #d8dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8dfeb; background: linear-gradient(135deg, #d8dfeb, #DED8EB);