#eefad2
a pale, electric green · cool · closest name: beige
RGB
238, 250, 210
HSL
78°, 80%, 90%
CMYK
5, 0, 16, 2
Luminance
0.9120
Every format
| HEX | #eefad2 |
| RGB | rgb(238, 250, 210) |
| HSL | hsl(78, 80%, 90%) |
| CMYK | cmyk(5%, 0%, 16%, 2%) |
| LAB | lab(96.5 -10.7 17.9) |
| LCH | lch(96.5 20.8 120.9) |
| OKLCH | oklch(0.966 0.054 121.0) |
Copy-ready code
/* CSS */
color: #eefad2;
background-color: #eefad2;
/* Tailwind (arbitrary) */
class="text-[#eefad2] bg-[#eefad2]"
/* SCSS */
$brand: #eefad2;
/* SwiftUI */
Color(red: 0.933, green: 0.980, blue: 0.824)
/* Android */
Color.parseColor("#eefad2")Accessibility — WCAG contrast
Aa
#eefad2 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefad2 on black: 19.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green98.0%
Blue82.4%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow16.0%
Key (black)2.0%
Color previews
#eefad2 text on a black background
contrast 19.24:1
Card sample
#eefad2 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefad2;
Background color
Panel with #eefad2 background
background-color: #eefad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 250, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 250, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefad2; background: linear-gradient(135deg, #eefad2, #D3FAD2);