#d7edeb
a pale, soft cyan · cool · closest name: white
RGB
215, 237, 235
HSL
175°, 38%, 89%
CMYK
9, 0, 1, 7
Luminance
0.8101
Every format
| HEX | #d7edeb |
| RGB | rgb(215, 237, 235) |
| HSL | hsl(175, 38%, 89%) |
| CMYK | cmyk(9%, 0%, 1%, 7%) |
| LAB | lab(92.1 -7.6 -1.5) |
| LCH | lch(92.1 7.7 191.2) |
| OKLCH | oklch(0.929 0.023 190.2) |
Copy-ready code
/* CSS */
color: #d7edeb;
background-color: #d7edeb;
/* Tailwind (arbitrary) */
class="text-[#d7edeb] bg-[#d7edeb]"
/* SCSS */
$brand: #d7edeb;
/* SwiftUI */
Color(red: 0.843, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#d7edeb")Accessibility — WCAG contrast
Aa
#d7edeb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7edeb on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green92.9%
Blue92.2%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#d7edeb text on a black background
contrast 17.20:1
Card sample
#d7edeb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7edeb;
Background color
Panel with #d7edeb background
background-color: #d7edeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7edeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7edeb; background: linear-gradient(135deg, #d7edeb, #D7E0ED);