#eeffd3
a pale, electric green · cool · closest name: beige
RGB
238, 255, 211
HSL
83°, 100%, 91%
CMYK
7, 0, 17, 0
Luminance
0.9440
Every format
| HEX | #eeffd3 |
| RGB | rgb(238, 255, 211) |
| HSL | hsl(83, 100%, 91%) |
| CMYK | cmyk(7%, 0%, 17%, 0%) |
| LAB | lab(97.8 -13.0 19.2) |
| LCH | lch(97.8 23.2 124.1) |
| OKLCH | oklch(0.976 0.060 124.7) |
Copy-ready code
/* CSS */
color: #eeffd3;
background-color: #eeffd3;
/* Tailwind (arbitrary) */
class="text-[#eeffd3] bg-[#eeffd3]"
/* SCSS */
$brand: #eeffd3;
/* SwiftUI */
Color(red: 0.933, green: 1.000, blue: 0.827)
/* Android */
Color.parseColor("#eeffd3")Accessibility — WCAG contrast
Aa
#eeffd3 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeffd3 on black: 19.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green100.0%
Blue82.7%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow17.3%
Key (black)0.0%
Color previews
#eeffd3 text on a black background
contrast 19.88:1
Card sample
#eeffd3 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeffd3;
Background color
Panel with #eeffd3 background
background-color: #eeffd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeffd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 255, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 255, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeffd3; background: linear-gradient(135deg, #eeffd3, #D3FFD5);