#e6ffeb
a pale, electric green · cool · closest name: beige
RGB
230, 255, 235
HSL
132°, 100%, 95%
CMYK
10, 0, 8, 0
Luminance
0.9434
Every format
| HEX | #e6ffeb |
| RGB | rgb(230, 255, 235) |
| HSL | hsl(132, 100%, 95%) |
| CMYK | cmyk(10%, 0%, 8%, 0%) |
| LAB | lab(97.8 -11.7 6.8) |
| LCH | lch(97.8 13.6 149.9) |
| OKLCH | oklch(0.976 0.037 151.4) |
Copy-ready code
/* CSS */
color: #e6ffeb;
background-color: #e6ffeb;
/* Tailwind (arbitrary) */
class="text-[#e6ffeb] bg-[#e6ffeb]"
/* SCSS */
$brand: #e6ffeb;
/* SwiftUI */
Color(red: 0.902, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#e6ffeb")Accessibility — WCAG contrast
Aa
#e6ffeb on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6ffeb on black: 19.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green100.0%
Blue92.2%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#e6ffeb text on a black background
contrast 19.87:1
Card sample
#e6ffeb text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6ffeb;
Background color
Panel with #e6ffeb background
background-color: #e6ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6ffeb; background: linear-gradient(135deg, #e6ffeb, #E6FFFC);