#ebfcae
a light, electric green · cool · closest name: khaki
RGB
235, 252, 174
HSL
73°, 93%, 84%
CMYK
7, 0, 31, 1
Luminance
0.9034
Every format
| HEX | #ebfcae |
| RGB | rgb(235, 252, 174) |
| HSL | hsl(73, 93%, 84%) |
| CMYK | cmyk(7%, 0%, 31%, 1%) |
| LAB | lab(96.1 -17.8 35.6) |
| LCH | lch(96.1 39.8 116.6) |
| OKLCH | oklch(0.960 0.101 118.3) |
Copy-ready code
/* CSS */
color: #ebfcae;
background-color: #ebfcae;
/* Tailwind (arbitrary) */
class="text-[#ebfcae] bg-[#ebfcae]"
/* SCSS */
$brand: #ebfcae;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.682)
/* Android */
Color.parseColor("#ebfcae")Accessibility — WCAG contrast
Aa
#ebfcae on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfcae on black: 19.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue68.2%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow31.0%
Key (black)1.2%
Color previews
#ebfcae text on a black background
contrast 19.07:1
Card sample
#ebfcae text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfcae;
Background color
Panel with #ebfcae background
background-color: #ebfcae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfcae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfcae; background: linear-gradient(135deg, #ebfcae, #B7FCAE);