#ebff1c
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 255, 28
HSL
65°, 100%, 56%
CMYK
8, 0, 89, 0
Luminance
0.8927
Every format
| HEX | #ebff1c |
| RGB | rgb(235, 255, 28) |
| HSL | hsl(65, 100%, 56%) |
| CMYK | cmyk(8%, 0%, 89%, 0%) |
| LAB | lab(95.7 -29.4 90.1) |
| LCH | lch(95.7 94.8 108.1) |
| OKLCH | oklch(0.953 0.213 115.5) |
Copy-ready code
/* CSS */
color: #ebff1c;
background-color: #ebff1c;
/* Tailwind (arbitrary) */
class="text-[#ebff1c] bg-[#ebff1c]"
/* SCSS */
$brand: #ebff1c;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.110)
/* Android */
Color.parseColor("#ebff1c")Accessibility — WCAG contrast
Aa
#ebff1c on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebff1c on black: 18.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue11.0%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow89.0%
Key (black)0.0%
Color previews
#ebff1c text on a black background
contrast 18.85:1
Card sample
#ebff1c text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebff1c;
Background color
Panel with #ebff1c background
background-color: #ebff1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebff1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebff1c; background: linear-gradient(135deg, #ebff1c, #54FF1C);