#eaffc7
a pale, electric green · cool · closest name: beige
RGB
234, 255, 199
HSL
83°, 100%, 89%
CMYK
8, 0, 22, 0
Luminance
0.9314
Every format
| HEX | #eaffc7 |
| RGB | rgb(234, 255, 199) |
| HSL | hsl(83, 100%, 89%) |
| CMYK | cmyk(8%, 0%, 22%, 0%) |
| LAB | lab(97.3 -16.2 24.5) |
| LCH | lch(97.3 29.4 123.4) |
| OKLCH | oklch(0.971 0.076 124.5) |
Copy-ready code
/* CSS */
color: #eaffc7;
background-color: #eaffc7;
/* Tailwind (arbitrary) */
class="text-[#eaffc7] bg-[#eaffc7]"
/* SCSS */
$brand: #eaffc7;
/* SwiftUI */
Color(red: 0.918, green: 1.000, blue: 0.780)
/* Android */
Color.parseColor("#eaffc7")Accessibility — WCAG contrast
Aa
#eaffc7 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaffc7 on black: 19.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green100.0%
Blue78.0%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow22.0%
Key (black)0.0%
Color previews
#eaffc7 text on a black background
contrast 19.63:1
Card sample
#eaffc7 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaffc7;
Background color
Panel with #eaffc7 background
background-color: #eaffc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaffc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 255, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 255, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaffc7; background: linear-gradient(135deg, #eaffc7, #C7FFC9);