#ebfc5f
a light, electric yellow · cool · closest name: yellow
RGB
235, 252, 95
HSL
67°, 96%, 68%
CMYK
7, 0, 62, 1
Luminance
0.8811
Every format
| HEX | #ebfc5f |
| RGB | rgb(235, 252, 95) |
| HSL | hsl(67, 96%, 68%) |
| CMYK | cmyk(7%, 0%, 62%, 1%) |
| LAB | lab(95.2 -25.4 70.8) |
| LCH | lch(95.2 75.2 109.7) |
| OKLCH | oklch(0.950 0.178 115.1) |
Copy-ready code
/* CSS */
color: #ebfc5f;
background-color: #ebfc5f;
/* Tailwind (arbitrary) */
class="text-[#ebfc5f] bg-[#ebfc5f]"
/* SCSS */
$brand: #ebfc5f;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.373)
/* Android */
Color.parseColor("#ebfc5f")Accessibility — WCAG contrast
Aa
#ebfc5f on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfc5f on black: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue37.3%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow62.3%
Key (black)1.2%
Color previews
#ebfc5f text on a black background
contrast 18.62:1
Card sample
#ebfc5f text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfc5f;
Background color
Panel with #ebfc5f background
background-color: #ebfc5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfc5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfc5f; background: linear-gradient(135deg, #ebfc5f, #82FC5F);