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