#d7f9ed
a pale, vivid green · cool · closest name: ivory
RGB
215, 249, 237
HSL
159°, 74%, 91%
CMYK
14, 0, 5, 2
Luminance
0.8831
Every format
| HEX | #d7f9ed |
| RGB | rgb(215, 249, 237) |
| HSL | hsl(159, 74%, 91%) |
| CMYK | cmyk(14%, 0%, 5%, 2%) |
| LAB | lab(95.3 -13.2 2.1) |
| LCH | lch(95.3 13.4 171.1) |
| OKLCH | oklch(0.955 0.039 172.2) |
Copy-ready code
/* CSS */
color: #d7f9ed;
background-color: #d7f9ed;
/* Tailwind (arbitrary) */
class="text-[#d7f9ed] bg-[#d7f9ed]"
/* SCSS */
$brand: #d7f9ed;
/* SwiftUI */
Color(red: 0.843, green: 0.976, blue: 0.929)
/* Android */
Color.parseColor("#d7f9ed")Accessibility — WCAG contrast
Aa
#d7f9ed on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7f9ed on black: 18.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green97.6%
Blue92.9%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow4.8%
Key (black)2.4%
Color previews
#d7f9ed text on a black background
contrast 18.66:1
Card sample
#d7f9ed text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7f9ed;
Background color
Panel with #d7f9ed background
background-color: #d7f9ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7f9ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 249, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 249, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7f9ed; background: linear-gradient(135deg, #d7f9ed, #D7EEF9);