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