#d2ecee
a pale, vivid cyan · cool · closest name: white
RGB
210, 236, 238
HSL
184°, 45%, 88%
CMYK
12, 1, 0, 7
Luminance
0.7987
Every format
| HEX | #d2ecee |
| RGB | rgb(210, 236, 238) |
| HSL | hsl(184, 45%, 88%) |
| CMYK | cmyk(12%, 1%, 0%, 7%) |
| LAB | lab(91.6 -8.1 -3.9) |
| LCH | lch(91.6 9.0 205.5) |
| OKLCH | oklch(0.925 0.028 202.3) |
Copy-ready code
/* CSS */
color: #d2ecee;
background-color: #d2ecee;
/* Tailwind (arbitrary) */
class="text-[#d2ecee] bg-[#d2ecee]"
/* SCSS */
$brand: #d2ecee;
/* SwiftUI */
Color(red: 0.824, green: 0.925, blue: 0.933)
/* Android */
Color.parseColor("#d2ecee")Accessibility — WCAG contrast
Aa
#d2ecee on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ecee on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green92.5%
Blue93.3%
CMYK percentages
Cyan11.8%
Magenta0.8%
Yellow0.0%
Key (black)6.7%
Color previews
#d2ecee text on a black background
contrast 16.97:1
Card sample
#d2ecee text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ecee;
Background color
Panel with #d2ecee background
background-color: #d2ecee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ecee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 236, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 236, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ecee; background: linear-gradient(135deg, #d2ecee, #D2D9EE);