#d6eccb
a pale, vivid green · cool · closest name: beige
RGB
214, 236, 203
HSL
100°, 47%, 86%
CMYK
9, 0, 14, 8
Luminance
0.7860
Every format
| HEX | #d6eccb |
| RGB | rgb(214, 236, 203) |
| HSL | hsl(100, 47%, 86%) |
| CMYK | cmyk(9%, 0%, 14%, 8%) |
| LAB | lab(91.0 -13.1 13.6) |
| LCH | lch(91.0 18.9 134.1) |
| OKLCH | oklch(0.918 0.050 135.1) |
Copy-ready code
/* CSS */
color: #d6eccb;
background-color: #d6eccb;
/* Tailwind (arbitrary) */
class="text-[#d6eccb] bg-[#d6eccb]"
/* SCSS */
$brand: #d6eccb;
/* SwiftUI */
Color(red: 0.839, green: 0.925, blue: 0.796)
/* Android */
Color.parseColor("#d6eccb")Accessibility — WCAG contrast
Aa
#d6eccb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6eccb on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green92.5%
Blue79.6%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow14.0%
Key (black)7.5%
Color previews
#d6eccb text on a black background
contrast 16.72:1
Card sample
#d6eccb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6eccb;
Background color
Panel with #d6eccb background
background-color: #d6eccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6eccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 236, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 236, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6eccb; background: linear-gradient(135deg, #d6eccb, #CBECD6);