#d2eccb
a pale, vivid green · cool · closest name: beige
RGB
210, 236, 203
HSL
107°, 47%, 86%
CMYK
11, 0, 14, 8
Luminance
0.7800
Every format
| HEX | #d2eccb |
| RGB | rgb(210, 236, 203) |
| HSL | hsl(107, 47%, 86%) |
| CMYK | cmyk(11%, 0%, 14%, 8%) |
| LAB | lab(90.8 -14.5 13.2) |
| LCH | lch(90.8 19.6 137.8) |
| OKLCH | oklch(0.915 0.052 139.1) |
Copy-ready code
/* CSS */
color: #d2eccb;
background-color: #d2eccb;
/* Tailwind (arbitrary) */
class="text-[#d2eccb] bg-[#d2eccb]"
/* SCSS */
$brand: #d2eccb;
/* SwiftUI */
Color(red: 0.824, green: 0.925, blue: 0.796)
/* Android */
Color.parseColor("#d2eccb")Accessibility — WCAG contrast
Aa
#d2eccb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2eccb on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green92.5%
Blue79.6%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow14.0%
Key (black)7.5%
Color previews
#d2eccb text on a black background
contrast 16.60:1
Card sample
#d2eccb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2eccb;
Background color
Panel with #d2eccb background
background-color: #d2eccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2eccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 236, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 236, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2eccb; background: linear-gradient(135deg, #d2eccb, #CBECDA);