#ebfe68
a light, electric yellow · cool · closest name: yellow
RGB
235, 254, 104
HSL
68°, 99%, 70%
CMYK
8, 0, 59, 0
Luminance
0.8955
Every format
| HEX | #ebfe68 |
| RGB | rgb(235, 254, 104) |
| HSL | hsl(68, 99%, 70%) |
| CMYK | cmyk(8%, 0%, 59%, 0%) |
| LAB | lab(95.8 -25.7 67.8) |
| LCH | lch(95.8 72.5 110.8) |
| OKLCH | oklch(0.955 0.173 115.8) |
Copy-ready code
/* CSS */
color: #ebfe68;
background-color: #ebfe68;
/* Tailwind (arbitrary) */
class="text-[#ebfe68] bg-[#ebfe68]"
/* SCSS */
$brand: #ebfe68;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.408)
/* Android */
Color.parseColor("#ebfe68")Accessibility — WCAG contrast
Aa
#ebfe68 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfe68 on black: 18.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue40.8%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow59.1%
Key (black)0.4%
Color previews
#ebfe68 text on a black background
contrast 18.91:1
Card sample
#ebfe68 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfe68;
Background color
Panel with #ebfe68 background
background-color: #ebfe68;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfe68;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfe68; background: linear-gradient(135deg, #ebfe68, #87FE68);