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