#ebfca2
a light, electric green · cool · closest name: khaki
RGB
235, 252, 162
HSL
71°, 94%, 81%
CMYK
7, 0, 36, 1
Luminance
0.8989
Every format
| HEX | #ebfca2 |
| RGB | rgb(235, 252, 162) |
| HSL | hsl(71, 94%, 81%) |
| CMYK | cmyk(7%, 0%, 36%, 1%) |
| LAB | lab(96.0 -19.3 41.3) |
| LCH | lch(96.0 45.6 115.1) |
| OKLCH | oklch(0.958 0.115 117.3) |
Copy-ready code
/* CSS */
color: #ebfca2;
background-color: #ebfca2;
/* Tailwind (arbitrary) */
class="text-[#ebfca2] bg-[#ebfca2]"
/* SCSS */
$brand: #ebfca2;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.635)
/* Android */
Color.parseColor("#ebfca2")Accessibility — WCAG contrast
Aa
#ebfca2 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfca2 on black: 18.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue63.5%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow35.7%
Key (black)1.2%
Color previews
#ebfca2 text on a black background
contrast 18.98:1
Card sample
#ebfca2 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfca2;
Background color
Panel with #ebfca2 background
background-color: #ebfca2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfca2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfca2; background: linear-gradient(135deg, #ebfca2, #AFFCA2);