#d7efc7
a pale, vivid green · cool · closest name: beige
RGB
215, 239, 199
HSL
96°, 56%, 86%
CMYK
10, 0, 17, 6
Luminance
0.8030
Every format
| HEX | #d7efc7 |
| RGB | rgb(215, 239, 199) |
| HSL | hsl(96, 56%, 86%) |
| CMYK | cmyk(10%, 0%, 17%, 6%) |
| LAB | lab(91.8 -14.9 16.7) |
| LCH | lch(91.8 22.4 131.7) |
| OKLCH | oklch(0.924 0.059 132.9) |
Copy-ready code
/* CSS */
color: #d7efc7;
background-color: #d7efc7;
/* Tailwind (arbitrary) */
class="text-[#d7efc7] bg-[#d7efc7]"
/* SCSS */
$brand: #d7efc7;
/* SwiftUI */
Color(red: 0.843, green: 0.937, blue: 0.780)
/* Android */
Color.parseColor("#d7efc7")Accessibility — WCAG contrast
Aa
#d7efc7 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7efc7 on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green93.7%
Blue78.0%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow16.7%
Key (black)6.3%
Color previews
#d7efc7 text on a black background
contrast 17.06:1
Card sample
#d7efc7 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7efc7;
Background color
Panel with #d7efc7 background
background-color: #d7efc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7efc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 239, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 239, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7efc7; background: linear-gradient(135deg, #d7efc7, #C7EFD2);