#d3e3f2
a pale, vivid blue · cool · closest name: lavender
RGB
211, 227, 242
HSL
209°, 54%, 89%
CMYK
13, 6, 0, 5
Luminance
0.7520
Every format
| HEX | #d3e3f2 |
| RGB | rgb(211, 227, 242) |
| HSL | hsl(209, 54%, 89%) |
| CMYK | cmyk(13%, 6%, 0%, 5%) |
| LAB | lab(89.5 -2.4 -9.1) |
| LCH | lch(89.5 9.4 255.3) |
| OKLCH | oklch(0.908 0.027 246.4) |
Copy-ready code
/* CSS */
color: #d3e3f2;
background-color: #d3e3f2;
/* Tailwind (arbitrary) */
class="text-[#d3e3f2] bg-[#d3e3f2]"
/* SCSS */
$brand: #d3e3f2;
/* SwiftUI */
Color(red: 0.827, green: 0.890, blue: 0.949)
/* Android */
Color.parseColor("#d3e3f2")Accessibility — WCAG contrast
Aa
#d3e3f2 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3e3f2 on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green89.0%
Blue94.9%
CMYK percentages
Cyan12.8%
Magenta6.2%
Yellow0.0%
Key (black)5.1%
Color previews
#d3e3f2 text on a black background
contrast 16.04:1
Card sample
#d3e3f2 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3e3f2;
Background color
Panel with #d3e3f2 background
background-color: #d3e3f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3e3f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 227, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 227, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3e3f2; background: linear-gradient(135deg, #d3e3f2, #D8D3F2);