#eefddb
a pale, electric green · cool · closest name: beige
RGB
238, 253, 219
HSL
87°, 90%, 93%
CMYK
6, 0, 13, 1
Luminance
0.9354
Every format
| HEX | #eefddb |
| RGB | rgb(238, 253, 219) |
| HSL | hsl(87, 90%, 93%) |
| CMYK | cmyk(6%, 0%, 13%, 1%) |
| LAB | lab(97.5 -10.8 14.6) |
| LCH | lch(97.5 18.1 126.4) |
| OKLCH | oklch(0.974 0.047 126.7) |
Copy-ready code
/* CSS */
color: #eefddb;
background-color: #eefddb;
/* Tailwind (arbitrary) */
class="text-[#eefddb] bg-[#eefddb]"
/* SCSS */
$brand: #eefddb;
/* SwiftUI */
Color(red: 0.933, green: 0.992, blue: 0.859)
/* Android */
Color.parseColor("#eefddb")Accessibility — WCAG contrast
Aa
#eefddb on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefddb on black: 19.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green99.2%
Blue85.9%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow13.4%
Key (black)0.8%
Color previews
#eefddb text on a black background
contrast 19.71:1
Card sample
#eefddb text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefddb;
Background color
Panel with #eefddb background
background-color: #eefddb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefddb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 253, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 253, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefddb; background: linear-gradient(135deg, #eefddb, #DBFDDE);