#d2e6eb
a pale, soft cyan · cool · closest name: lavender
RGB
210, 230, 235
HSL
192°, 39%, 87%
CMYK
11, 2, 0, 8
Luminance
0.7629
Every format
| HEX | #d2e6eb |
| RGB | rgb(210, 230, 235) |
| HSL | hsl(192, 39%, 87%) |
| CMYK | cmyk(11%, 2%, 0%, 8%) |
| LAB | lab(90.0 -5.6 -4.7) |
| LCH | lch(90.0 7.3 219.8) |
| OKLCH | oklch(0.912 0.022 214.4) |
Copy-ready code
/* CSS */
color: #d2e6eb;
background-color: #d2e6eb;
/* Tailwind (arbitrary) */
class="text-[#d2e6eb] bg-[#d2e6eb]"
/* SCSS */
$brand: #d2e6eb;
/* SwiftUI */
Color(red: 0.824, green: 0.902, blue: 0.922)
/* Android */
Color.parseColor("#d2e6eb")Accessibility — WCAG contrast
Aa
#d2e6eb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2e6eb on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green90.2%
Blue92.2%
CMYK percentages
Cyan10.6%
Magenta2.1%
Yellow0.0%
Key (black)7.8%
Color previews
#d2e6eb text on a black background
contrast 16.26:1
Card sample
#d2e6eb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2e6eb;
Background color
Panel with #d2e6eb background
background-color: #d2e6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2e6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 230, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 230, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2e6eb; background: linear-gradient(135deg, #d2e6eb, #D2D5EB);