#eeffeb
a pale, electric green · cool · closest name: ivory
RGB
238, 255, 235
HSL
111°, 100%, 96%
CMYK
7, 0, 8, 0
Luminance
0.9570
Every format
| HEX | #eeffeb |
| RGB | rgb(238, 255, 235) |
| HSL | hsl(111, 100%, 96%) |
| CMYK | cmyk(7%, 0%, 8%, 0%) |
| LAB | lab(98.3 -9.1 7.7) |
| LCH | lch(98.3 11.9 139.9) |
| OKLCH | oklch(0.982 0.032 141.0) |
Copy-ready code
/* CSS */
color: #eeffeb;
background-color: #eeffeb;
/* Tailwind (arbitrary) */
class="text-[#eeffeb] bg-[#eeffeb]"
/* SCSS */
$brand: #eeffeb;
/* SwiftUI */
Color(red: 0.933, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#eeffeb")Accessibility — WCAG contrast
Aa
#eeffeb on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeffeb on black: 20.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green100.0%
Blue92.2%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#eeffeb text on a black background
contrast 20.14:1
Card sample
#eeffeb text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeffeb;
Background color
Panel with #eeffeb background
background-color: #eeffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeffeb; background: linear-gradient(135deg, #eeffeb, #EBFFF5);