#ebfdba
a pale, electric green · cool · closest name: khaki
RGB
235, 253, 186
HSL
76°, 94%, 86%
CMYK
7, 0, 27, 1
Luminance
0.9146
Every format
| HEX | #ebfdba |
| RGB | rgb(235, 253, 186) |
| HSL | hsl(76, 94%, 86%) |
| CMYK | cmyk(7%, 0%, 27%, 1%) |
| LAB | lab(96.6 -16.7 30.2) |
| LCH | lch(96.6 34.5 119.0) |
| OKLCH | oklch(0.965 0.088 120.3) |
Copy-ready code
/* CSS */
color: #ebfdba;
background-color: #ebfdba;
/* Tailwind (arbitrary) */
class="text-[#ebfdba] bg-[#ebfdba]"
/* SCSS */
$brand: #ebfdba;
/* SwiftUI */
Color(red: 0.922, green: 0.992, blue: 0.729)
/* Android */
Color.parseColor("#ebfdba")Accessibility — WCAG contrast
Aa
#ebfdba on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfdba on black: 19.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.2%
Blue72.9%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow26.5%
Key (black)0.8%
Color previews
#ebfdba text on a black background
contrast 19.29:1
Card sample
#ebfdba text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfdba;
Background color
Panel with #ebfdba background
background-color: #ebfdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 253, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 253, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfdba; background: linear-gradient(135deg, #ebfdba, #BEFDBA);