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