#d3eceb
a pale, soft cyan · cool · closest name: white
RGB
211, 236, 235
HSL
178°, 40%, 88%
CMYK
11, 0, 0, 8
Luminance
0.7984
Every format
| HEX | #d3eceb |
| RGB | rgb(211, 236, 235) |
| HSL | hsl(178, 40%, 88%) |
| CMYK | cmyk(11%, 0%, 0%, 8%) |
| LAB | lab(91.6 -8.4 -2.3) |
| LCH | lch(91.6 8.7 195.4) |
| OKLCH | oklch(0.924 0.026 193.8) |
Copy-ready code
/* CSS */
color: #d3eceb;
background-color: #d3eceb;
/* Tailwind (arbitrary) */
class="text-[#d3eceb] bg-[#d3eceb]"
/* SCSS */
$brand: #d3eceb;
/* SwiftUI */
Color(red: 0.827, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#d3eceb")Accessibility — WCAG contrast
Aa
#d3eceb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3eceb on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green92.5%
Blue92.2%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#d3eceb text on a black background
contrast 16.97:1
Card sample
#d3eceb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3eceb;
Background color
Panel with #d3eceb background
background-color: #d3eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3eceb; background: linear-gradient(135deg, #d3eceb, #D3DCEC);