#ebfc2e
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 252, 46
HSL
65°, 97%, 58%
CMYK
7, 0, 82, 1
Luminance
0.8748
Every format
| HEX | #ebfc2e |
| RGB | rgb(235, 252, 46) |
| HSL | hsl(65, 97%, 58%) |
| CMYK | cmyk(7%, 0%, 82%, 1%) |
| LAB | lab(94.9 -27.6 86.2) |
| LCH | lch(94.9 90.5 107.8) |
| OKLCH | oklch(0.947 0.205 114.7) |
Copy-ready code
/* CSS */
color: #ebfc2e;
background-color: #ebfc2e;
/* Tailwind (arbitrary) */
class="text-[#ebfc2e] bg-[#ebfc2e]"
/* SCSS */
$brand: #ebfc2e;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.180)
/* Android */
Color.parseColor("#ebfc2e")Accessibility — WCAG contrast
Aa
#ebfc2e on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfc2e on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue18.0%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow81.7%
Key (black)1.2%
Color previews
#ebfc2e text on a black background
contrast 18.50:1
Card sample
#ebfc2e text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfc2e;
Background color
Panel with #ebfc2e background
background-color: #ebfc2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfc2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfc2e; background: linear-gradient(135deg, #ebfc2e, #61FC2E);