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