#d6e3eb
a pale, soft blue · cool · closest name: lavender
RGB
214, 227, 235
HSL
203°, 34%, 88%
CMYK
9, 3, 0, 8
Luminance
0.7523
Every format
| HEX | #d6e3eb |
| RGB | rgb(214, 227, 235) |
| HSL | hsl(203, 34%, 88%) |
| CMYK | cmyk(9%, 3%, 0%, 8%) |
| LAB | lab(89.5 -2.8 -5.4) |
| LCH | lch(89.5 6.1 242.5) |
| OKLCH | oklch(0.908 0.018 234.5) |
Copy-ready code
/* CSS */
color: #d6e3eb;
background-color: #d6e3eb;
/* Tailwind (arbitrary) */
class="text-[#d6e3eb] bg-[#d6e3eb]"
/* SCSS */
$brand: #d6e3eb;
/* SwiftUI */
Color(red: 0.839, green: 0.890, blue: 0.922)
/* Android */
Color.parseColor("#d6e3eb")Accessibility — WCAG contrast
Aa
#d6e3eb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6e3eb on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green89.0%
Blue92.2%
CMYK percentages
Cyan8.9%
Magenta3.4%
Yellow0.0%
Key (black)7.8%
Color previews
#d6e3eb text on a black background
contrast 16.05:1
Card sample
#d6e3eb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6e3eb;
Background color
Panel with #d6e3eb background
background-color: #d6e3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6e3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 227, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 227, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6e3eb; background: linear-gradient(135deg, #d6e3eb, #D7D6EB);