#d3ebfc
a pale, electric blue · cool · closest name: lavender
RGB
211, 235, 252
HSL
205°, 87%, 91%
CMYK
16, 7, 0, 1
Luminance
0.8029
Every format
| HEX | #d3ebfc |
| RGB | rgb(211, 235, 252) |
| HSL | hsl(205, 87%, 91%) |
| CMYK | cmyk(16%, 7%, 0%, 1%) |
| LAB | lab(91.8 -4.5 -10.9) |
| LCH | lch(91.8 11.8 247.7) |
| OKLCH | oklch(0.928 0.034 238.7) |
Copy-ready code
/* CSS */
color: #d3ebfc;
background-color: #d3ebfc;
/* Tailwind (arbitrary) */
class="text-[#d3ebfc] bg-[#d3ebfc]"
/* SCSS */
$brand: #d3ebfc;
/* SwiftUI */
Color(red: 0.827, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#d3ebfc")Accessibility — WCAG contrast
Aa
#d3ebfc on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3ebfc on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green92.2%
Blue98.8%
CMYK percentages
Cyan16.3%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#d3ebfc text on a black background
contrast 17.06:1
Card sample
#d3ebfc text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3ebfc;
Background color
Panel with #d3ebfc background
background-color: #d3ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3ebfc; background: linear-gradient(135deg, #d3ebfc, #D6D3FC);