#d7ecf3
a pale, vivid cyan · cool · closest name: lavender
RGB
215, 236, 243
HSL
195°, 54%, 90%
CMYK
12, 3, 0, 5
Luminance
0.8091
Every format
| HEX | #d7ecf3 |
| RGB | rgb(215, 236, 243) |
| HSL | hsl(195, 54%, 90%) |
| CMYK | cmyk(12%, 3%, 0%, 5%) |
| LAB | lab(92.1 -5.5 -5.7) |
| LCH | lch(92.1 8.0 226.1) |
| OKLCH | oklch(0.930 0.024 219.7) |
Copy-ready code
/* CSS */
color: #d7ecf3;
background-color: #d7ecf3;
/* Tailwind (arbitrary) */
class="text-[#d7ecf3] bg-[#d7ecf3]"
/* SCSS */
$brand: #d7ecf3;
/* SwiftUI */
Color(red: 0.843, green: 0.925, blue: 0.953)
/* Android */
Color.parseColor("#d7ecf3")Accessibility — WCAG contrast
Aa
#d7ecf3 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7ecf3 on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green92.5%
Blue95.3%
CMYK percentages
Cyan11.5%
Magenta2.9%
Yellow0.0%
Key (black)4.7%
Color previews
#d7ecf3 text on a black background
contrast 17.18:1
Card sample
#d7ecf3 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7ecf3;
Background color
Panel with #d7ecf3 background
background-color: #d7ecf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7ecf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 236, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 236, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7ecf3; background: linear-gradient(135deg, #d7ecf3, #D7D9F3);