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