#d7edf0
a pale, vivid cyan · cool · closest name: white
RGB
215, 237, 240
HSL
187°, 46%, 89%
CMYK
10, 1, 0, 6
Luminance
0.8131
Every format
| HEX | #d7edf0 |
| RGB | rgb(215, 237, 240) |
| HSL | hsl(187, 46%, 89%) |
| CMYK | cmyk(10%, 1%, 0%, 6%) |
| LAB | lab(92.3 -6.6 -3.9) |
| LCH | lch(92.3 7.7 210.5) |
| OKLCH | oklch(0.931 0.024 206.6) |
Copy-ready code
/* CSS */
color: #d7edf0;
background-color: #d7edf0;
/* Tailwind (arbitrary) */
class="text-[#d7edf0] bg-[#d7edf0]"
/* SCSS */
$brand: #d7edf0;
/* SwiftUI */
Color(red: 0.843, green: 0.929, blue: 0.941)
/* Android */
Color.parseColor("#d7edf0")Accessibility — WCAG contrast
Aa
#d7edf0 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7edf0 on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green92.9%
Blue94.1%
CMYK percentages
Cyan10.4%
Magenta1.2%
Yellow0.0%
Key (black)5.9%
Color previews
#d7edf0 text on a black background
contrast 17.26:1
Card sample
#d7edf0 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7edf0;
Background color
Panel with #d7edf0 background
background-color: #d7edf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7edf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 237, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 237, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7edf0; background: linear-gradient(135deg, #d7edf0, #D7DCF0);