#d3edf8
a pale, vivid cyan · cool · closest name: lavender
RGB
211, 237, 248
HSL
198°, 73%, 90%
CMYK
15, 4, 0, 3
Luminance
0.8119
Every format
| HEX | #d3edf8 |
| RGB | rgb(211, 237, 248) |
| HSL | hsl(198, 73%, 90%) |
| CMYK | cmyk(15%, 4%, 0%, 3%) |
| LAB | lab(92.2 -6.3 -8.2) |
| LCH | lch(92.2 10.3 232.4) |
| OKLCH | oklch(0.930 0.031 225.1) |
Copy-ready code
/* CSS */
color: #d3edf8;
background-color: #d3edf8;
/* Tailwind (arbitrary) */
class="text-[#d3edf8] bg-[#d3edf8]"
/* SCSS */
$brand: #d3edf8;
/* SwiftUI */
Color(red: 0.827, green: 0.929, blue: 0.973)
/* Android */
Color.parseColor("#d3edf8")Accessibility — WCAG contrast
Aa
#d3edf8 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3edf8 on black: 17.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green92.9%
Blue97.3%
CMYK percentages
Cyan14.9%
Magenta4.4%
Yellow0.0%
Key (black)2.7%
Color previews
#d3edf8 text on a black background
contrast 17.24:1
Card sample
#d3edf8 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3edf8;
Background color
Panel with #d3edf8 background
background-color: #d3edf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3edf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 237, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 237, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3edf8; background: linear-gradient(135deg, #d3edf8, #D3D4F8);