#d7ebc7
a pale, vivid green · cool · closest name: beige
RGB
215, 235, 199
HSL
93°, 47%, 85%
CMYK
9, 0, 15, 8
Luminance
0.7799
Every format
| HEX | #d7ebc7 |
| RGB | rgb(215, 235, 199) |
| HSL | hsl(93, 47%, 85%) |
| CMYK | cmyk(9%, 0%, 15%, 8%) |
| LAB | lab(90.8 -12.9 15.3) |
| LCH | lch(90.8 20.0 130.3) |
| OKLCH | oklch(0.916 0.052 131.2) |
Copy-ready code
/* CSS */
color: #d7ebc7;
background-color: #d7ebc7;
/* Tailwind (arbitrary) */
class="text-[#d7ebc7] bg-[#d7ebc7]"
/* SCSS */
$brand: #d7ebc7;
/* SwiftUI */
Color(red: 0.843, green: 0.922, blue: 0.780)
/* Android */
Color.parseColor("#d7ebc7")Accessibility — WCAG contrast
Aa
#d7ebc7 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7ebc7 on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green92.2%
Blue78.0%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow15.3%
Key (black)7.8%
Color previews
#d7ebc7 text on a black background
contrast 16.60:1
Card sample
#d7ebc7 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7ebc7;
Background color
Panel with #d7ebc7 background
background-color: #d7ebc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7ebc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 235, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 235, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7ebc7; background: linear-gradient(135deg, #d7ebc7, #C7EBCF);