#ebff5b
a light, electric yellow · cool · closest name: yellow
RGB
235, 255, 91
HSL
67°, 100%, 68%
CMYK
8, 0, 64, 0
Luminance
0.8994
Every format
| HEX | #ebff5b |
| RGB | rgb(235, 255, 91) |
| HSL | hsl(67, 100%, 68%) |
| CMYK | cmyk(8%, 0%, 64%, 0%) |
| LAB | lab(96.0 -27.0 73.1) |
| LCH | lch(96.0 78.0 110.3) |
| OKLCH | oklch(0.956 0.184 115.9) |
Copy-ready code
/* CSS */
color: #ebff5b;
background-color: #ebff5b;
/* Tailwind (arbitrary) */
class="text-[#ebff5b] bg-[#ebff5b]"
/* SCSS */
$brand: #ebff5b;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.357)
/* Android */
Color.parseColor("#ebff5b")Accessibility — WCAG contrast
Aa
#ebff5b on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebff5b on black: 18.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue35.7%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow64.3%
Key (black)0.0%
Color previews
#ebff5b text on a black background
contrast 18.99:1
Card sample
#ebff5b text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebff5b;
Background color
Panel with #ebff5b background
background-color: #ebff5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebff5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebff5b; background: linear-gradient(135deg, #ebff5b, #7EFF5B);