#e6fce3
a pale, electric green · cool · closest name: beige
RGB
230, 252, 227
HSL
113°, 81%, 94%
CMYK
9, 0, 10, 1
Luminance
0.9199
Every format
| HEX | #e6fce3 |
| RGB | rgb(230, 252, 227) |
| HSL | hsl(113, 81%, 94%) |
| CMYK | cmyk(9%, 0%, 10%, 1%) |
| LAB | lab(96.8 -11.6 9.5) |
| LCH | lch(96.8 15.0 140.6) |
| OKLCH | oklch(0.968 0.040 141.9) |
Copy-ready code
/* CSS */
color: #e6fce3;
background-color: #e6fce3;
/* Tailwind (arbitrary) */
class="text-[#e6fce3] bg-[#e6fce3]"
/* SCSS */
$brand: #e6fce3;
/* SwiftUI */
Color(red: 0.902, green: 0.988, blue: 0.890)
/* Android */
Color.parseColor("#e6fce3")Accessibility — WCAG contrast
Aa
#e6fce3 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6fce3 on black: 19.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green98.8%
Blue89.0%
CMYK percentages
Cyan8.7%
Magenta0.0%
Yellow9.9%
Key (black)1.2%
Color previews
#e6fce3 text on a black background
contrast 19.40:1
Card sample
#e6fce3 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6fce3;
Background color
Panel with #e6fce3 background
background-color: #e6fce3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6fce3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 252, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 252, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6fce3; background: linear-gradient(135deg, #e6fce3, #E3FCF1);