#d7ecfd
a pale, electric blue · cool · closest name: lavender
RGB
215, 236, 253
HSL
207°, 91%, 92%
CMYK
15, 7, 0, 1
Luminance
0.8153
Every format
| HEX | #d7ecfd |
| RGB | rgb(215, 236, 253) |
| HSL | hsl(207, 91%, 92%) |
| CMYK | cmyk(15%, 7%, 0%, 1%) |
| LAB | lab(92.4 -3.5 -10.5) |
| LCH | lch(92.4 11.1 251.5) |
| OKLCH | oklch(0.933 0.032 242.4) |
Copy-ready code
/* CSS */
color: #d7ecfd;
background-color: #d7ecfd;
/* Tailwind (arbitrary) */
class="text-[#d7ecfd] bg-[#d7ecfd]"
/* SCSS */
$brand: #d7ecfd;
/* SwiftUI */
Color(red: 0.843, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#d7ecfd")Accessibility — WCAG contrast
Aa
#d7ecfd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7ecfd on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green92.5%
Blue99.2%
CMYK percentages
Cyan15.0%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d7ecfd text on a black background
contrast 17.31:1
Card sample
#d7ecfd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7ecfd;
Background color
Panel with #d7ecfd background
background-color: #d7ecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7ecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7ecfd; background: linear-gradient(135deg, #d7ecfd, #DBD7FD);