#ebffbe
a pale, electric green · cool · closest name: khaki
RGB
235, 255, 190
HSL
79°, 100%, 87%
CMYK
8, 0, 26, 0
Luminance
0.9290
Every format
| HEX | #ebffbe |
| RGB | rgb(235, 255, 190) |
| HSL | hsl(79, 100%, 87%) |
| CMYK | cmyk(8%, 0%, 26%, 0%) |
| LAB | lab(97.2 -17.1 29.0) |
| LCH | lch(97.2 33.7 120.6) |
| OKLCH | oklch(0.970 0.086 121.9) |
Copy-ready code
/* CSS */
color: #ebffbe;
background-color: #ebffbe;
/* Tailwind (arbitrary) */
class="text-[#ebffbe] bg-[#ebffbe]"
/* SCSS */
$brand: #ebffbe;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.745)
/* Android */
Color.parseColor("#ebffbe")Accessibility — WCAG contrast
Aa
#ebffbe on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebffbe on black: 19.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue74.5%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow25.5%
Key (black)0.0%
Color previews
#ebffbe text on a black background
contrast 19.58:1
Card sample
#ebffbe text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebffbe;
Background color
Panel with #ebffbe background
background-color: #ebffbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebffbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebffbe; background: linear-gradient(135deg, #ebffbe, #C0FFBE);