#d7eceb
a pale, soft cyan · cool · closest name: white
RGB
215, 236, 235
HSL
177°, 36%, 88%
CMYK
9, 0, 0, 8
Luminance
0.8044
Every format
| HEX | #d7eceb |
| RGB | rgb(215, 236, 235) |
| HSL | hsl(177, 36%, 88%) |
| CMYK | cmyk(9%, 0%, 0%, 8%) |
| LAB | lab(91.9 -7.1 -1.9) |
| LCH | lch(91.9 7.3 194.9) |
| OKLCH | oklch(0.927 0.022 193.3) |
Copy-ready code
/* CSS */
color: #d7eceb;
background-color: #d7eceb;
/* Tailwind (arbitrary) */
class="text-[#d7eceb] bg-[#d7eceb]"
/* SCSS */
$brand: #d7eceb;
/* SwiftUI */
Color(red: 0.843, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#d7eceb")Accessibility — WCAG contrast
Aa
#d7eceb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7eceb on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green92.5%
Blue92.2%
CMYK percentages
Cyan8.9%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#d7eceb text on a black background
contrast 17.09:1
Card sample
#d7eceb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7eceb;
Background color
Panel with #d7eceb background
background-color: #d7eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7eceb; background: linear-gradient(135deg, #d7eceb, #D7DFEC);