#d3eef4
a pale, vivid cyan · cool · closest name: lavender
RGB
211, 238, 244
HSL
191°, 60%, 89%
CMYK
14, 3, 0, 4
Luminance
0.8153
Every format
| HEX | #d3eef4 |
| RGB | rgb(211, 238, 244) |
| HSL | hsl(191, 60%, 89%) |
| CMYK | cmyk(14%, 3%, 0%, 4%) |
| LAB | lab(92.4 -7.6 -5.9) |
| LCH | lch(92.4 9.6 217.7) |
| OKLCH | oklch(0.931 0.029 212.6) |
Copy-ready code
/* CSS */
color: #d3eef4;
background-color: #d3eef4;
/* Tailwind (arbitrary) */
class="text-[#d3eef4] bg-[#d3eef4]"
/* SCSS */
$brand: #d3eef4;
/* SwiftUI */
Color(red: 0.827, green: 0.933, blue: 0.957)
/* Android */
Color.parseColor("#d3eef4")Accessibility — WCAG contrast
Aa
#d3eef4 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3eef4 on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green93.3%
Blue95.7%
CMYK percentages
Cyan13.5%
Magenta2.5%
Yellow0.0%
Key (black)4.3%
Color previews
#d3eef4 text on a black background
contrast 17.31:1
Card sample
#d3eef4 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3eef4;
Background color
Panel with #d3eef4 background
background-color: #d3eef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3eef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 238, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 238, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3eef4; background: linear-gradient(135deg, #d3eef4, #D3D8F4);