#eefcd3
a pale, electric green · cool · closest name: beige
RGB
238, 252, 211
HSL
81°, 87%, 91%
CMYK
6, 0, 16, 1
Luminance
0.9250
Every format
| HEX | #eefcd3 |
| RGB | rgb(238, 252, 211) |
| HSL | hsl(81, 87%, 91%) |
| CMYK | cmyk(6%, 0%, 16%, 1%) |
| LAB | lab(97.0 -11.5 18.1) |
| LCH | lch(97.0 21.5 122.4) |
| OKLCH | oklch(0.970 0.056 122.8) |
Copy-ready code
/* CSS */
color: #eefcd3;
background-color: #eefcd3;
/* Tailwind (arbitrary) */
class="text-[#eefcd3] bg-[#eefcd3]"
/* SCSS */
$brand: #eefcd3;
/* SwiftUI */
Color(red: 0.933, green: 0.988, blue: 0.827)
/* Android */
Color.parseColor("#eefcd3")Accessibility — WCAG contrast
Aa
#eefcd3 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefcd3 on black: 19.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green98.8%
Blue82.7%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow16.3%
Key (black)1.2%
Color previews
#eefcd3 text on a black background
contrast 19.50:1
Card sample
#eefcd3 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefcd3;
Background color
Panel with #eefcd3 background
background-color: #eefcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 252, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 252, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefcd3; background: linear-gradient(135deg, #eefcd3, #D3FCD3);