#e8f2cf
a pale, vivid green · cool · closest name: beige
RGB
232, 242, 207
HSL
77°, 57%, 88%
CMYK
4, 0, 15, 5
Luminance
0.8517
Every format
| HEX | #e8f2cf |
| RGB | rgb(232, 242, 207) |
| HSL | hsl(77, 57%, 88%) |
| CMYK | cmyk(4%, 0%, 15%, 5%) |
| LAB | lab(94.0 -9.3 15.8) |
| LCH | lch(94.0 18.3 120.4) |
| OKLCH | oklch(0.945 0.047 120.3) |
Copy-ready code
/* CSS */
color: #e8f2cf;
background-color: #e8f2cf;
/* Tailwind (arbitrary) */
class="text-[#e8f2cf] bg-[#e8f2cf]"
/* SCSS */
$brand: #e8f2cf;
/* SwiftUI */
Color(red: 0.910, green: 0.949, blue: 0.812)
/* Android */
Color.parseColor("#e8f2cf")Accessibility — WCAG contrast
Aa
#e8f2cf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8f2cf on black: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green94.9%
Blue81.2%
CMYK percentages
Cyan4.1%
Magenta0.0%
Yellow14.5%
Key (black)5.1%
Color previews
#e8f2cf text on a black background
contrast 18.03:1
Card sample
#e8f2cf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8f2cf;
Background color
Panel with #e8f2cf background
background-color: #e8f2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8f2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 242, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 242, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8f2cf; background: linear-gradient(135deg, #e8f2cf, #D1F2CF);