#ebfeba
a pale, electric green · cool · closest name: khaki
RGB
235, 254, 186
HSL
77°, 97%, 86%
CMYK
8, 0, 27, 0
Luminance
0.9209
Every format
| HEX | #ebfeba |
| RGB | rgb(235, 254, 186) |
| HSL | hsl(77, 97%, 86%) |
| CMYK | cmyk(8%, 0%, 27%, 0%) |
| LAB | lab(96.9 -17.2 30.5) |
| LCH | lch(96.9 35.1 119.4) |
| OKLCH | oklch(0.967 0.090 120.8) |
Copy-ready code
/* CSS */
color: #ebfeba;
background-color: #ebfeba;
/* Tailwind (arbitrary) */
class="text-[#ebfeba] bg-[#ebfeba]"
/* SCSS */
$brand: #ebfeba;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#ebfeba")Accessibility — WCAG contrast
Aa
#ebfeba on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfeba on black: 19.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue72.9%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#ebfeba text on a black background
contrast 19.42:1
Card sample
#ebfeba text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfeba;
Background color
Panel with #ebfeba background
background-color: #ebfeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfeba; background: linear-gradient(135deg, #ebfeba, #BEFEBA);