#e7f3cf
a pale, vivid green · cool · closest name: beige
RGB
231, 243, 207
HSL
80°, 60%, 88%
CMYK
5, 0, 15, 5
Luminance
0.8560
Every format
| HEX | #e7f3cf |
| RGB | rgb(231, 243, 207) |
| HSL | hsl(80, 60%, 88%) |
| CMYK | cmyk(5%, 0%, 15%, 5%) |
| LAB | lab(94.1 -10.1 16.0) |
| LCH | lch(94.1 19.0 122.2) |
| OKLCH | oklch(0.946 0.049 122.3) |
Copy-ready code
/* CSS */
color: #e7f3cf;
background-color: #e7f3cf;
/* Tailwind (arbitrary) */
class="text-[#e7f3cf] bg-[#e7f3cf]"
/* SCSS */
$brand: #e7f3cf;
/* SwiftUI */
Color(red: 0.906, green: 0.953, blue: 0.812)
/* Android */
Color.parseColor("#e7f3cf")Accessibility — WCAG contrast
Aa
#e7f3cf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7f3cf on black: 18.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green95.3%
Blue81.2%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow14.8%
Key (black)4.7%
Color previews
#e7f3cf text on a black background
contrast 18.12:1
Card sample
#e7f3cf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7f3cf;
Background color
Panel with #e7f3cf background
background-color: #e7f3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7f3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 243, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 243, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7f3cf; background: linear-gradient(135deg, #e7f3cf, #CFF3CF);