#eefff1
a pale, electric green · cool · closest name: ivory
RGB
238, 255, 241
HSL
131°, 100%, 97%
CMYK
7, 0, 6, 0
Luminance
0.9605
Every format
| HEX | #eefff1 |
| RGB | rgb(238, 255, 241) |
| HSL | hsl(131, 100%, 97%) |
| CMYK | cmyk(7%, 0%, 6%, 0%) |
| LAB | lab(98.5 -8.1 4.8) |
| LCH | lch(98.5 9.4 149.3) |
| OKLCH | oklch(0.984 0.026 150.8) |
Copy-ready code
/* CSS */
color: #eefff1;
background-color: #eefff1;
/* Tailwind (arbitrary) */
class="text-[#eefff1] bg-[#eefff1]"
/* SCSS */
$brand: #eefff1;
/* SwiftUI */
Color(red: 0.933, green: 1.000, blue: 0.945)
/* Android */
Color.parseColor("#eefff1")Accessibility — WCAG contrast
Aa
#eefff1 on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefff1 on black: 20.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green100.0%
Blue94.5%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow5.5%
Key (black)0.0%
Color previews
#eefff1 text on a black background
contrast 20.21:1
Card sample
#eefff1 text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefff1;
Background color
Panel with #eefff1 background
background-color: #eefff1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefff1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 255, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 255, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefff1; background: linear-gradient(135deg, #eefff1, #EEFFFC);