#eefff6
a pale, electric green · cool · closest name: ivory
RGB
238, 255, 246
HSL
148°, 100%, 97%
CMYK
7, 0, 4, 0
Luminance
0.9635
Every format
| HEX | #eefff6 |
| RGB | rgb(238, 255, 246) |
| HSL | hsl(148, 100%, 97%) |
| CMYK | cmyk(7%, 0%, 4%, 0%) |
| LAB | lab(98.6 -7.2 2.4) |
| LCH | lch(98.6 7.5 161.5) |
| OKLCH | oklch(0.985 0.021 163.1) |
Copy-ready code
/* CSS */
color: #eefff6;
background-color: #eefff6;
/* Tailwind (arbitrary) */
class="text-[#eefff6] bg-[#eefff6]"
/* SCSS */
$brand: #eefff6;
/* SwiftUI */
Color(red: 0.933, green: 1.000, blue: 0.965)
/* Android */
Color.parseColor("#eefff6")Accessibility — WCAG contrast
Aa
#eefff6 on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefff6 on black: 20.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green100.0%
Blue96.5%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow3.5%
Key (black)0.0%
Color previews
#eefff6 text on a black background
contrast 20.27:1
Card sample
#eefff6 text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefff6;
Background color
Panel with #eefff6 background
background-color: #eefff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 255, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 255, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefff6; background: linear-gradient(135deg, #eefff6, #EEFDFF);