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