#d2ecf5
a pale, vivid cyan · cool · closest name: lavender
RGB
210, 236, 245
HSL
195°, 64%, 89%
CMYK
14, 4, 0, 4
Luminance
0.8029
Every format
| HEX | #d2ecf5 |
| RGB | rgb(210, 236, 245) |
| HSL | hsl(195, 64%, 89%) |
| CMYK | cmyk(14%, 4%, 0%, 4%) |
| LAB | lab(91.8 -6.7 -7.2) |
| LCH | lch(91.8 9.9 227.1) |
| OKLCH | oklch(0.927 0.030 220.6) |
Copy-ready code
/* CSS */
color: #d2ecf5;
background-color: #d2ecf5;
/* Tailwind (arbitrary) */
class="text-[#d2ecf5] bg-[#d2ecf5]"
/* SCSS */
$brand: #d2ecf5;
/* SwiftUI */
Color(red: 0.824, green: 0.925, blue: 0.961)
/* Android */
Color.parseColor("#d2ecf5")Accessibility — WCAG contrast
Aa
#d2ecf5 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ecf5 on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green92.5%
Blue96.1%
CMYK percentages
Cyan14.3%
Magenta3.7%
Yellow0.0%
Key (black)3.9%
Color previews
#d2ecf5 text on a black background
contrast 17.06:1
Card sample
#d2ecf5 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ecf5;
Background color
Panel with #d2ecf5 background
background-color: #d2ecf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ecf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 236, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 236, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ecf5; background: linear-gradient(135deg, #d2ecf5, #D2D5F5);