#d3ecff
a pale, electric blue · cool · closest name: lavender
RGB
211, 236, 255
HSL
206°, 100%, 91%
CMYK
17, 8, 0, 0
Luminance
0.8106
Every format
| HEX | #d3ecff |
| RGB | rgb(211, 236, 255) |
| HSL | hsl(206, 100%, 91%) |
| CMYK | cmyk(17%, 8%, 0%, 0%) |
| LAB | lab(92.2 -4.3 -11.9) |
| LCH | lch(92.2 12.7 250.0) |
| OKLCH | oklch(0.931 0.037 240.7) |
Copy-ready code
/* CSS */
color: #d3ecff;
background-color: #d3ecff;
/* Tailwind (arbitrary) */
class="text-[#d3ecff] bg-[#d3ecff]"
/* SCSS */
$brand: #d3ecff;
/* SwiftUI */
Color(red: 0.827, green: 0.925, blue: 1.000)
/* Android */
Color.parseColor("#d3ecff")Accessibility — WCAG contrast
Aa
#d3ecff on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3ecff on black: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green92.5%
Blue100.0%
CMYK percentages
Cyan17.3%
Magenta7.5%
Yellow0.0%
Key (black)0.0%
Color previews
#d3ecff text on a black background
contrast 17.21:1
Card sample
#d3ecff text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3ecff;
Background color
Panel with #d3ecff background
background-color: #d3ecff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3ecff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 236, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 236, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3ecff; background: linear-gradient(135deg, #d3ecff, #D7D3FF);