#e7eedd
a pale, soft green · cool · closest name: beige
RGB
231, 238, 221
HSL
85°, 33%, 90%
CMYK
3, 0, 7, 7
Luminance
0.8336
Every format
| HEX | #e7eedd |
| RGB | rgb(231, 238, 221) |
| HSL | hsl(85, 33%, 90%) |
| CMYK | cmyk(3%, 0%, 7%, 7%) |
| LAB | lab(93.2 -5.3 7.4) |
| LCH | lch(93.2 9.1 125.6) |
| OKLCH | oklch(0.939 0.024 125.2) |
Copy-ready code
/* CSS */
color: #e7eedd;
background-color: #e7eedd;
/* Tailwind (arbitrary) */
class="text-[#e7eedd] bg-[#e7eedd]"
/* SCSS */
$brand: #e7eedd;
/* SwiftUI */
Color(red: 0.906, green: 0.933, blue: 0.867)
/* Android */
Color.parseColor("#e7eedd")Accessibility — WCAG contrast
Aa
#e7eedd on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7eedd on black: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green93.3%
Blue86.7%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow7.1%
Key (black)6.7%
Color previews
#e7eedd text on a black background
contrast 17.67:1
Card sample
#e7eedd text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7eedd;
Background color
Panel with #e7eedd background
background-color: #e7eedd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7eedd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 238, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 238, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7eedd; background: linear-gradient(135deg, #e7eedd, #DDEEDE);