#e3edb6
a light, vivid green · cool · closest name: beige
RGB
227, 237, 182
HSL
71°, 60%, 82%
CMYK
4, 0, 23, 7
Luminance
0.8028
Every format
| HEX | #e3edb6 |
| RGB | rgb(227, 237, 182) |
| HSL | hsl(71, 60%, 82%) |
| CMYK | cmyk(4%, 0%, 23%, 7%) |
| LAB | lab(91.8 -12.3 25.6) |
| LCH | lch(91.8 28.4 115.6) |
| OKLCH | oklch(0.925 0.072 116.2) |
Copy-ready code
/* CSS */
color: #e3edb6;
background-color: #e3edb6;
/* Tailwind (arbitrary) */
class="text-[#e3edb6] bg-[#e3edb6]"
/* SCSS */
$brand: #e3edb6;
/* SwiftUI */
Color(red: 0.890, green: 0.929, blue: 0.714)
/* Android */
Color.parseColor("#e3edb6")Accessibility — WCAG contrast
Aa
#e3edb6 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3edb6 on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green92.9%
Blue71.4%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow23.2%
Key (black)7.1%
Color previews
#e3edb6 text on a black background
contrast 17.06:1
Card sample
#e3edb6 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3edb6;
Background color
Panel with #e3edb6 background
background-color: #e3edb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3edb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 237, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 237, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3edb6; background: linear-gradient(135deg, #e3edb6, #BFEDB6);