#eafdef
a pale, electric green · cool · closest name: ivory
RGB
234, 253, 239
HSL
136°, 83%, 96%
CMYK
8, 0, 6, 1
Luminance
0.9397
Every format
| HEX | #eafdef |
| RGB | rgb(234, 253, 239) |
| HSL | hsl(136, 83%, 96%) |
| CMYK | cmyk(8%, 0%, 6%, 1%) |
| LAB | lab(97.6 -8.7 4.6) |
| LCH | lch(97.6 9.8 152.3) |
| OKLCH | oklch(0.976 0.027 153.9) |
Copy-ready code
/* CSS */
color: #eafdef;
background-color: #eafdef;
/* Tailwind (arbitrary) */
class="text-[#eafdef] bg-[#eafdef]"
/* SCSS */
$brand: #eafdef;
/* SwiftUI */
Color(red: 0.918, green: 0.992, blue: 0.937)
/* Android */
Color.parseColor("#eafdef")Accessibility — WCAG contrast
Aa
#eafdef on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafdef on black: 19.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.2%
Blue93.7%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow5.5%
Key (black)0.8%
Color previews
#eafdef text on a black background
contrast 19.79:1
Card sample
#eafdef text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafdef;
Background color
Panel with #eafdef background
background-color: #eafdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 253, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 253, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafdef; background: linear-gradient(135deg, #eafdef, #EAFDFC);