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