#ebfcb8
a pale, electric green · cool · closest name: khaki
RGB
235, 252, 184
HSL
75°, 92%, 86%
CMYK
7, 0, 27, 1
Luminance
0.9074
Every format
| HEX | #ebfcb8 |
| RGB | rgb(235, 252, 184) |
| HSL | hsl(75, 92%, 86%) |
| CMYK | cmyk(7%, 0%, 27%, 1%) |
| LAB | lab(96.3 -16.5 30.8) |
| LCH | lch(96.3 35.0 118.2) |
| OKLCH | oklch(0.962 0.089 119.5) |
Copy-ready code
/* CSS */
color: #ebfcb8;
background-color: #ebfcb8;
/* Tailwind (arbitrary) */
class="text-[#ebfcb8] bg-[#ebfcb8]"
/* SCSS */
$brand: #ebfcb8;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.722)
/* Android */
Color.parseColor("#ebfcb8")Accessibility — WCAG contrast
Aa
#ebfcb8 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfcb8 on black: 19.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue72.2%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow27.0%
Key (black)1.2%
Color previews
#ebfcb8 text on a black background
contrast 19.15:1
Card sample
#ebfcb8 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfcb8;
Background color
Panel with #ebfcb8 background
background-color: #ebfcb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfcb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfcb8; background: linear-gradient(135deg, #ebfcb8, #BEFCB8);