#ebfebc
a pale, electric green · cool · closest name: khaki
RGB
235, 254, 188
HSL
77°, 97%, 87%
CMYK
8, 0, 26, 0
Luminance
0.9218
Every format
| HEX | #ebfebc |
| RGB | rgb(235, 254, 188) |
| HSL | hsl(77, 97%, 87%) |
| CMYK | cmyk(8%, 0%, 26%, 0%) |
| LAB | lab(96.9 -16.9 29.6) |
| LCH | lch(96.9 34.1 119.8) |
| OKLCH | oklch(0.967 0.087 121.1) |
Copy-ready code
/* CSS */
color: #ebfebc;
background-color: #ebfebc;
/* Tailwind (arbitrary) */
class="text-[#ebfebc] bg-[#ebfebc]"
/* SCSS */
$brand: #ebfebc;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.737)
/* Android */
Color.parseColor("#ebfebc")Accessibility — WCAG contrast
Aa
#ebfebc on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfebc on black: 19.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue73.7%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow26.0%
Key (black)0.4%
Color previews
#ebfebc text on a black background
contrast 19.44:1
Card sample
#ebfebc text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfebc;
Background color
Panel with #ebfebc background
background-color: #ebfebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfebc; background: linear-gradient(135deg, #ebfebc, #BFFEBC);