#ebfcbb
a pale, electric green · cool · closest name: khaki
RGB
235, 252, 187
HSL
76°, 92%, 86%
CMYK
7, 0, 26, 1
Luminance
0.9087
Every format
| HEX | #ebfcbb |
| RGB | rgb(235, 252, 187) |
| HSL | hsl(76, 92%, 86%) |
| CMYK | cmyk(7%, 0%, 26%, 1%) |
| LAB | lab(96.4 -16.1 29.4) |
| LCH | lch(96.4 33.5 118.7) |
| OKLCH | oklch(0.963 0.086 119.9) |
Copy-ready code
/* CSS */
color: #ebfcbb;
background-color: #ebfcbb;
/* Tailwind (arbitrary) */
class="text-[#ebfcbb] bg-[#ebfcbb]"
/* SCSS */
$brand: #ebfcbb;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.733)
/* Android */
Color.parseColor("#ebfcbb")Accessibility — WCAG contrast
Aa
#ebfcbb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfcbb on black: 19.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue73.3%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow25.8%
Key (black)1.2%
Color previews
#ebfcbb text on a black background
contrast 19.17:1
Card sample
#ebfcbb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfcbb;
Background color
Panel with #ebfcbb background
background-color: #ebfcbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfcbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfcbb; background: linear-gradient(135deg, #ebfcbb, #C0FCBB);