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