#ebffbb
a pale, electric green · cool · closest name: khaki
RGB
235, 255, 187
HSL
78°, 100%, 87%
CMYK
8, 0, 27, 0
Luminance
0.9277
Every format
| HEX | #ebffbb |
| RGB | rgb(235, 255, 187) |
| HSL | hsl(78, 100%, 87%) |
| CMYK | cmyk(8%, 0%, 27%, 0%) |
| LAB | lab(97.1 -17.6 30.4) |
| LCH | lch(97.1 35.1 120.0) |
| OKLCH | oklch(0.969 0.090 121.4) |
Copy-ready code
/* CSS */
color: #ebffbb;
background-color: #ebffbb;
/* Tailwind (arbitrary) */
class="text-[#ebffbb] bg-[#ebffbb]"
/* SCSS */
$brand: #ebffbb;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.733)
/* Android */
Color.parseColor("#ebffbb")Accessibility — WCAG contrast
Aa
#ebffbb on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebffbb on black: 19.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue73.3%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow26.7%
Key (black)0.0%
Color previews
#ebffbb text on a black background
contrast 19.55:1
Card sample
#ebffbb text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebffbb;
Background color
Panel with #ebffbb background
background-color: #ebffbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebffbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebffbb; background: linear-gradient(135deg, #ebffbb, #BEFFBB);