#d3ecf3
a pale, vivid cyan · cool · closest name: lavender
RGB
211, 236, 243
HSL
193°, 57%, 89%
CMYK
13, 3, 0, 5
Luminance
0.8031
Every format
| HEX | #d3ecf3 |
| RGB | rgb(211, 236, 243) |
| HSL | hsl(193, 57%, 89%) |
| CMYK | cmyk(13%, 3%, 0%, 5%) |
| LAB | lab(91.8 -6.8 -6.2) |
| LCH | lch(91.8 9.2 222.2) |
| OKLCH | oklch(0.927 0.028 216.4) |
Copy-ready code
/* CSS */
color: #d3ecf3;
background-color: #d3ecf3;
/* Tailwind (arbitrary) */
class="text-[#d3ecf3] bg-[#d3ecf3]"
/* SCSS */
$brand: #d3ecf3;
/* SwiftUI */
Color(red: 0.827, green: 0.925, blue: 0.953)
/* Android */
Color.parseColor("#d3ecf3")Accessibility — WCAG contrast
Aa
#d3ecf3 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3ecf3 on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green92.5%
Blue95.3%
CMYK percentages
Cyan13.2%
Magenta2.9%
Yellow0.0%
Key (black)4.7%
Color previews
#d3ecf3 text on a black background
contrast 17.06:1
Card sample
#d3ecf3 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3ecf3;
Background color
Panel with #d3ecf3 background
background-color: #d3ecf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3ecf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 236, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 236, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3ecf3; background: linear-gradient(135deg, #d3ecf3, #D3D7F3);