#d0e7eb
a pale, soft cyan · cool · closest name: lavender
RGB
208, 231, 235
HSL
189°, 40%, 87%
CMYK
12, 2, 0, 8
Luminance
0.7656
Every format
| HEX | #d0e7eb |
| RGB | rgb(208, 231, 235) |
| HSL | hsl(189, 40%, 87%) |
| CMYK | cmyk(12%, 2%, 0%, 8%) |
| LAB | lab(90.1 -6.8 -4.5) |
| LCH | lch(90.1 8.2 213.7) |
| OKLCH | oklch(0.912 0.025 209.3) |
Copy-ready code
/* CSS */
color: #d0e7eb;
background-color: #d0e7eb;
/* Tailwind (arbitrary) */
class="text-[#d0e7eb] bg-[#d0e7eb]"
/* SCSS */
$brand: #d0e7eb;
/* SwiftUI */
Color(red: 0.816, green: 0.906, blue: 0.922)
/* Android */
Color.parseColor("#d0e7eb")Accessibility — WCAG contrast
Aa
#d0e7eb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0e7eb on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green90.6%
Blue92.2%
CMYK percentages
Cyan11.5%
Magenta1.7%
Yellow0.0%
Key (black)7.8%
Color previews
#d0e7eb text on a black background
contrast 16.31:1
Card sample
#d0e7eb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0e7eb;
Background color
Panel with #d0e7eb background
background-color: #d0e7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0e7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 231, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 231, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0e7eb; background: linear-gradient(135deg, #d0e7eb, #D0D5EB);