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