#d2ecf9
a pale, electric blue · cool · closest name: lavender
RGB
210, 236, 249
HSL
200°, 77%, 90%
CMYK
16, 5, 0, 2
Luminance
0.8053
Every format
| HEX | #d2ecf9 |
| RGB | rgb(210, 236, 249) |
| HSL | hsl(200, 77%, 90%) |
| CMYK | cmyk(16%, 5%, 0%, 2%) |
| LAB | lab(91.9 -5.9 -9.2) |
| LCH | lch(91.9 10.9 237.2) |
| OKLCH | oklch(0.928 0.033 229.3) |
Copy-ready code
/* CSS */
color: #d2ecf9;
background-color: #d2ecf9;
/* Tailwind (arbitrary) */
class="text-[#d2ecf9] bg-[#d2ecf9]"
/* SCSS */
$brand: #d2ecf9;
/* SwiftUI */
Color(red: 0.824, green: 0.925, blue: 0.976)
/* Android */
Color.parseColor("#d2ecf9")Accessibility — WCAG contrast
Aa
#d2ecf9 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ecf9 on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green92.5%
Blue97.6%
CMYK percentages
Cyan15.7%
Magenta5.2%
Yellow0.0%
Key (black)2.4%
Color previews
#d2ecf9 text on a black background
contrast 17.11:1
Card sample
#d2ecf9 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ecf9;
Background color
Panel with #d2ecf9 background
background-color: #d2ecf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ecf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 236, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 236, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ecf9; background: linear-gradient(135deg, #d2ecf9, #D2D2F9);