#d6ecfc
a pale, electric blue · cool · closest name: lavender
RGB
214, 236, 252
HSL
205°, 86%, 91%
CMYK
15, 6, 0, 1
Luminance
0.8132
Every format
| HEX | #d6ecfc |
| RGB | rgb(214, 236, 252) |
| HSL | hsl(205, 86%, 91%) |
| CMYK | cmyk(15%, 6%, 0%, 1%) |
| LAB | lab(92.3 -4.0 -10.2) |
| LCH | lch(92.3 10.9 248.3) |
| OKLCH | oklch(0.932 0.032 239.4) |
Copy-ready code
/* CSS */
color: #d6ecfc;
background-color: #d6ecfc;
/* Tailwind (arbitrary) */
class="text-[#d6ecfc] bg-[#d6ecfc]"
/* SCSS */
$brand: #d6ecfc;
/* SwiftUI */
Color(red: 0.839, green: 0.925, blue: 0.988)
/* Android */
Color.parseColor("#d6ecfc")Accessibility — WCAG contrast
Aa
#d6ecfc on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6ecfc on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green92.5%
Blue98.8%
CMYK percentages
Cyan15.1%
Magenta6.3%
Yellow0.0%
Key (black)1.2%
Color previews
#d6ecfc text on a black background
contrast 17.26:1
Card sample
#d6ecfc text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6ecfc;
Background color
Panel with #d6ecfc background
background-color: #d6ecfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6ecfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 236, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 236, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6ecfc; background: linear-gradient(135deg, #d6ecfc, #D9D6FC);