#d0eceb
a pale, soft cyan · cool · closest name: white
RGB
208, 236, 235
HSL
178°, 42%, 87%
CMYK
12, 0, 0, 8
Luminance
0.7940
Every format
| HEX | #d0eceb |
| RGB | rgb(208, 236, 235) |
| HSL | hsl(178, 42%, 87%) |
| CMYK | cmyk(12%, 0%, 0%, 8%) |
| LAB | lab(91.4 -9.3 -2.6) |
| LCH | lch(91.4 9.7 195.7) |
| OKLCH | oklch(0.922 0.029 194.0) |
Copy-ready code
/* CSS */
color: #d0eceb;
background-color: #d0eceb;
/* Tailwind (arbitrary) */
class="text-[#d0eceb] bg-[#d0eceb]"
/* SCSS */
$brand: #d0eceb;
/* SwiftUI */
Color(red: 0.816, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#d0eceb")Accessibility — WCAG contrast
Aa
#d0eceb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0eceb on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green92.5%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#d0eceb text on a black background
contrast 16.88:1
Card sample
#d0eceb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0eceb;
Background color
Panel with #d0eceb background
background-color: #d0eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0eceb; background: linear-gradient(135deg, #d0eceb, #D0DAEC);