#ebff7c
a light, electric yellow · cool · closest name: khaki
RGB
235, 255, 124
HSL
69°, 100%, 74%
CMYK
8, 0, 51, 0
Luminance
0.9064
Every format
| HEX | #ebff7c |
| RGB | rgb(235, 255, 124) |
| HSL | hsl(69, 100%, 74%) |
| CMYK | cmyk(8%, 0%, 51%, 0%) |
| LAB | lab(96.3 -24.6 59.6) |
| LCH | lch(96.3 64.5 112.4) |
| OKLCH | oklch(0.959 0.157 116.7) |
Copy-ready code
/* CSS */
color: #ebff7c;
background-color: #ebff7c;
/* Tailwind (arbitrary) */
class="text-[#ebff7c] bg-[#ebff7c]"
/* SCSS */
$brand: #ebff7c;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.486)
/* Android */
Color.parseColor("#ebff7c")Accessibility — WCAG contrast
Aa
#ebff7c on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebff7c on black: 19.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue48.6%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow51.4%
Key (black)0.0%
Color previews
#ebff7c text on a black background
contrast 19.13:1
Card sample
#ebff7c text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebff7c;
Background color
Panel with #ebff7c background
background-color: #ebff7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebff7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebff7c; background: linear-gradient(135deg, #ebff7c, #94FF7C);