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