#ebfebf
a pale, electric green · cool · closest name: khaki
RGB
235, 254, 191
HSL
78°, 97%, 87%
CMYK
8, 0, 25, 0
Luminance
0.9231
Every format
| HEX | #ebfebf |
| RGB | rgb(235, 254, 191) |
| HSL | hsl(78, 97%, 87%) |
| CMYK | cmyk(8%, 0%, 25%, 0%) |
| LAB | lab(97.0 -16.5 28.1) |
| LCH | lch(97.0 32.6 120.4) |
| OKLCH | oklch(0.968 0.084 121.6) |
Copy-ready code
/* CSS */
color: #ebfebf;
background-color: #ebfebf;
/* Tailwind (arbitrary) */
class="text-[#ebfebf] bg-[#ebfebf]"
/* SCSS */
$brand: #ebfebf;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.749)
/* Android */
Color.parseColor("#ebfebf")Accessibility — WCAG contrast
Aa
#ebfebf on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfebf on black: 19.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue74.9%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow24.8%
Key (black)0.4%
Color previews
#ebfebf text on a black background
contrast 19.46:1
Card sample
#ebfebf text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfebf;
Background color
Panel with #ebfebf background
background-color: #ebfebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfebf; background: linear-gradient(135deg, #ebfebf, #C1FEBF);