#ebfcbf
a pale, electric green · cool · closest name: beige
RGB
235, 252, 191
HSL
77°, 91%, 87%
CMYK
7, 0, 24, 1
Luminance
0.9104
Every format
| HEX | #ebfcbf |
| RGB | rgb(235, 252, 191) |
| HSL | hsl(77, 91%, 87%) |
| CMYK | cmyk(7%, 0%, 24%, 1%) |
| LAB | lab(96.4 -15.5 27.4) |
| LCH | lch(96.4 31.5 119.5) |
| OKLCH | oklch(0.964 0.081 120.6) |
Copy-ready code
/* CSS */
color: #ebfcbf;
background-color: #ebfcbf;
/* Tailwind (arbitrary) */
class="text-[#ebfcbf] bg-[#ebfcbf]"
/* SCSS */
$brand: #ebfcbf;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.749)
/* Android */
Color.parseColor("#ebfcbf")Accessibility — WCAG contrast
Aa
#ebfcbf on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfcbf on black: 19.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue74.9%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow24.2%
Key (black)1.2%
Color previews
#ebfcbf text on a black background
contrast 19.21:1
Card sample
#ebfcbf text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfcbf;
Background color
Panel with #ebfcbf background
background-color: #ebfcbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfcbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfcbf; background: linear-gradient(135deg, #ebfcbf, #C3FCBF);