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