#effcdf
a pale, electric green · cool · closest name: beige
RGB
239, 252, 223
HSL
87°, 83%, 93%
CMYK
5, 0, 12, 1
Luminance
0.9330
Every format
| HEX | #effcdf |
| RGB | rgb(239, 252, 223) |
| HSL | hsl(87, 83%, 93%) |
| CMYK | cmyk(5%, 0%, 12%, 1%) |
| LAB | lab(97.3 -9.3 12.4) |
| LCH | lch(97.3 15.5 126.7) |
| OKLCH | oklch(0.974 0.040 126.9) |
Copy-ready code
/* CSS */
color: #effcdf;
background-color: #effcdf;
/* Tailwind (arbitrary) */
class="text-[#effcdf] bg-[#effcdf]"
/* SCSS */
$brand: #effcdf;
/* SwiftUI */
Color(red: 0.937, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#effcdf")Accessibility — WCAG contrast
Aa
#effcdf on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#effcdf on black: 19.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green98.8%
Blue87.5%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#effcdf text on a black background
contrast 19.66:1
Card sample
#effcdf text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #effcdf;
Background color
Panel with #effcdf background
background-color: #effcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #effcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #effcdf; background: linear-gradient(135deg, #effcdf, #DFFCE2);