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