#eefef6
a pale, electric green · cool · closest name: ivory
RGB
238, 254, 246
HSL
150°, 89%, 97%
CMYK
6, 0, 3, 0
Luminance
0.9571
Every format
| HEX | #eefef6 |
| RGB | rgb(238, 254, 246) |
| HSL | hsl(150, 89%, 97%) |
| CMYK | cmyk(6%, 0%, 3%, 0%) |
| LAB | lab(98.3 -6.7 2.0) |
| LCH | lch(98.3 7.0 163.1) |
| OKLCH | oklch(0.983 0.020 164.6) |
Copy-ready code
/* CSS */
color: #eefef6;
background-color: #eefef6;
/* Tailwind (arbitrary) */
class="text-[#eefef6] bg-[#eefef6]"
/* SCSS */
$brand: #eefef6;
/* SwiftUI */
Color(red: 0.933, green: 0.996, blue: 0.965)
/* Android */
Color.parseColor("#eefef6")Accessibility — WCAG contrast
Aa
#eefef6 on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefef6 on black: 20.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green99.6%
Blue96.5%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow3.1%
Key (black)0.4%
Color previews
#eefef6 text on a black background
contrast 20.14:1
Card sample
#eefef6 text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefef6;
Background color
Panel with #eefef6 background
background-color: #eefef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 254, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 254, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefef6; background: linear-gradient(135deg, #eefef6, #EEFBFE);