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