#d7eeeb
a pale, soft cyan · cool · closest name: white
RGB
215, 238, 235
HSL
172°, 40%, 89%
CMYK
10, 0, 1, 7
Luminance
0.8159
Every format
| HEX | #d7eeeb |
| RGB | rgb(215, 238, 235) |
| HSL | hsl(172, 40%, 89%) |
| CMYK | cmyk(10%, 0%, 1%, 7%) |
| LAB | lab(92.4 -8.1 -1.1) |
| LCH | lch(92.4 8.2 187.9) |
| OKLCH | oklch(0.931 0.025 187.3) |
Copy-ready code
/* CSS */
color: #d7eeeb;
background-color: #d7eeeb;
/* Tailwind (arbitrary) */
class="text-[#d7eeeb] bg-[#d7eeeb]"
/* SCSS */
$brand: #d7eeeb;
/* SwiftUI */
Color(red: 0.843, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#d7eeeb")Accessibility — WCAG contrast
Aa
#d7eeeb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7eeeb on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green93.3%
Blue92.2%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow1.3%
Key (black)6.7%
Color previews
#d7eeeb text on a black background
contrast 17.32:1
Card sample
#d7eeeb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7eeeb;
Background color
Panel with #d7eeeb background
background-color: #d7eeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7eeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7eeeb; background: linear-gradient(135deg, #d7eeeb, #D7E2EE);