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