#d3edf2
a pale, vivid cyan · cool · closest name: lavender
RGB
211, 237, 242
HSL
190°, 54%, 89%
CMYK
13, 2, 0, 5
Luminance
0.8083
Every format
| HEX | #d3edf2 |
| RGB | rgb(211, 237, 242) |
| HSL | hsl(190, 54%, 89%) |
| CMYK | cmyk(13%, 2%, 0%, 5%) |
| LAB | lab(92.0 -7.5 -5.3) |
| LCH | lch(92.0 9.2 215.2) |
| OKLCH | oklch(0.929 0.028 210.5) |
Copy-ready code
/* CSS */
color: #d3edf2;
background-color: #d3edf2;
/* Tailwind (arbitrary) */
class="text-[#d3edf2] bg-[#d3edf2]"
/* SCSS */
$brand: #d3edf2;
/* SwiftUI */
Color(red: 0.827, green: 0.929, blue: 0.949)
/* Android */
Color.parseColor("#d3edf2")Accessibility — WCAG contrast
Aa
#d3edf2 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3edf2 on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green92.9%
Blue94.9%
CMYK percentages
Cyan12.8%
Magenta2.1%
Yellow0.0%
Key (black)5.1%
Color previews
#d3edf2 text on a black background
contrast 17.17:1
Card sample
#d3edf2 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3edf2;
Background color
Panel with #d3edf2 background
background-color: #d3edf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3edf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 237, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 237, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3edf2; background: linear-gradient(135deg, #d3edf2, #D3D8F2);