#ebfcb3
a light, electric green · cool · closest name: khaki
RGB
235, 252, 179
HSL
74°, 92%, 85%
CMYK
7, 0, 29, 1
Luminance
0.9054
Every format
| HEX | #ebfcb3 |
| RGB | rgb(235, 252, 179) |
| HSL | hsl(74, 92%, 85%) |
| CMYK | cmyk(7%, 0%, 29%, 1%) |
| LAB | lab(96.2 -17.2 33.2) |
| LCH | lch(96.2 37.4 117.4) |
| OKLCH | oklch(0.961 0.095 118.9) |
Copy-ready code
/* CSS */
color: #ebfcb3;
background-color: #ebfcb3;
/* Tailwind (arbitrary) */
class="text-[#ebfcb3] bg-[#ebfcb3]"
/* SCSS */
$brand: #ebfcb3;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.702)
/* Android */
Color.parseColor("#ebfcb3")Accessibility — WCAG contrast
Aa
#ebfcb3 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfcb3 on black: 19.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue70.2%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow29.0%
Key (black)1.2%
Color previews
#ebfcb3 text on a black background
contrast 19.11:1
Card sample
#ebfcb3 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfcb3;
Background color
Panel with #ebfcb3 background
background-color: #ebfcb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfcb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfcb3; background: linear-gradient(135deg, #ebfcb3, #BAFCB3);