#eefada
a pale, electric green · cool · closest name: beige
RGB
238, 250, 218
HSL
83°, 76%, 92%
CMYK
5, 0, 13, 2
Luminance
0.9161
Every format
| HEX | #eefada |
| RGB | rgb(238, 250, 218) |
| HSL | hsl(83, 76%, 92%) |
| CMYK | cmyk(5%, 0%, 13%, 2%) |
| LAB | lab(96.7 -9.4 14.0) |
| LCH | lch(96.7 16.9 123.9) |
| OKLCH | oklch(0.968 0.044 124.0) |
Copy-ready code
/* CSS */
color: #eefada;
background-color: #eefada;
/* Tailwind (arbitrary) */
class="text-[#eefada] bg-[#eefada]"
/* SCSS */
$brand: #eefada;
/* SwiftUI */
Color(red: 0.933, green: 0.980, blue: 0.855)
/* Android */
Color.parseColor("#eefada")Accessibility — WCAG contrast
Aa
#eefada on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefada on black: 19.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green98.0%
Blue85.5%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow12.8%
Key (black)2.0%
Color previews
#eefada text on a black background
contrast 19.32:1
Card sample
#eefada text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefada;
Background color
Panel with #eefada background
background-color: #eefada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 250, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 250, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefada; background: linear-gradient(135deg, #eefada, #DAFADB);