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