#ebff3c
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 255, 60
HSL
66°, 100%, 62%
CMYK
8, 0, 77, 0
Luminance
0.8951
Every format
| HEX | #ebff3c |
| RGB | rgb(235, 255, 60) |
| HSL | hsl(66, 100%, 62%) |
| CMYK | cmyk(8%, 0%, 77%, 0%) |
| LAB | lab(95.8 -28.5 83.3) |
| LCH | lch(95.8 88.1 108.9) |
| OKLCH | oklch(0.954 0.202 115.6) |
Copy-ready code
/* CSS */
color: #ebff3c;
background-color: #ebff3c;
/* Tailwind (arbitrary) */
class="text-[#ebff3c] bg-[#ebff3c]"
/* SCSS */
$brand: #ebff3c;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.235)
/* Android */
Color.parseColor("#ebff3c")Accessibility — WCAG contrast
Aa
#ebff3c on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebff3c on black: 18.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue23.5%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow76.5%
Key (black)0.0%
Color previews
#ebff3c text on a black background
contrast 18.90:1
Card sample
#ebff3c text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebff3c;
Background color
Panel with #ebff3c background
background-color: #ebff3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebff3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebff3c; background: linear-gradient(135deg, #ebff3c, #69FF3C);