#ebfcdf
a pale, electric green · cool · closest name: beige
RGB
235, 252, 223
HSL
95°, 83%, 93%
CMYK
7, 0, 12, 1
Luminance
0.9261
Every format
| HEX | #ebfcdf |
| RGB | rgb(235, 252, 223) |
| HSL | hsl(95, 83%, 93%) |
| CMYK | cmyk(7%, 0%, 12%, 1%) |
| LAB | lab(97.1 -10.6 12.0) |
| LCH | lch(97.1 16.0 131.5) |
| OKLCH | oklch(0.971 0.042 132.2) |
Copy-ready code
/* CSS */
color: #ebfcdf;
background-color: #ebfcdf;
/* Tailwind (arbitrary) */
class="text-[#ebfcdf] bg-[#ebfcdf]"
/* SCSS */
$brand: #ebfcdf;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#ebfcdf")Accessibility — WCAG contrast
Aa
#ebfcdf on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfcdf on black: 19.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue87.5%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#ebfcdf text on a black background
contrast 19.52:1
Card sample
#ebfcdf text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfcdf;
Background color
Panel with #ebfcdf background
background-color: #ebfcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfcdf; background: linear-gradient(135deg, #ebfcdf, #DFFCE6);