#d2ecf8
a pale, vivid cyan · cool · closest name: lavender
RGB
210, 236, 248
HSL
199°, 73%, 90%
CMYK
15, 5, 0, 3
Luminance
0.8047
Every format
| HEX | #d2ecf8 |
| RGB | rgb(210, 236, 248) |
| HSL | hsl(199, 73%, 90%) |
| CMYK | cmyk(15%, 5%, 0%, 3%) |
| LAB | lab(91.9 -6.1 -8.7) |
| LCH | lch(91.9 10.6 234.9) |
| OKLCH | oklch(0.928 0.032 227.2) |
Copy-ready code
/* CSS */
color: #d2ecf8;
background-color: #d2ecf8;
/* Tailwind (arbitrary) */
class="text-[#d2ecf8] bg-[#d2ecf8]"
/* SCSS */
$brand: #d2ecf8;
/* SwiftUI */
Color(red: 0.824, green: 0.925, blue: 0.973)
/* Android */
Color.parseColor("#d2ecf8")Accessibility — WCAG contrast
Aa
#d2ecf8 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ecf8 on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green92.5%
Blue97.3%
CMYK percentages
Cyan15.3%
Magenta4.8%
Yellow0.0%
Key (black)2.7%
Color previews
#d2ecf8 text on a black background
contrast 17.09:1
Card sample
#d2ecf8 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ecf8;
Background color
Panel with #d2ecf8 background
background-color: #d2ecf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ecf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 236, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 236, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ecf8; background: linear-gradient(135deg, #d2ecf8, #D2D3F8);