#ebfe07
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 254, 7
HSL
65°, 99%, 51%
CMYK
8, 0, 97, 0
Luminance
0.8856
Every format
| HEX | #ebfe07 |
| RGB | rgb(235, 254, 7) |
| HSL | hsl(65, 99%, 51%) |
| CMYK | cmyk(8%, 0%, 97%, 0%) |
| LAB | lab(95.4 -29.2 92.0) |
| LCH | lch(95.4 96.5 107.6) |
| OKLCH | oklch(0.950 0.215 115.2) |
Copy-ready code
/* CSS */
color: #ebfe07;
background-color: #ebfe07;
/* Tailwind (arbitrary) */
class="text-[#ebfe07] bg-[#ebfe07]"
/* SCSS */
$brand: #ebfe07;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.027)
/* Android */
Color.parseColor("#ebfe07")Accessibility — WCAG contrast
Aa
#ebfe07 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfe07 on black: 18.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue2.7%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow97.2%
Key (black)0.4%
Color previews
#ebfe07 text on a black background
contrast 18.71:1
Card sample
#ebfe07 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfe07;
Background color
Panel with #ebfe07 background
background-color: #ebfe07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfe07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfe07; background: linear-gradient(135deg, #ebfe07, #46FE07);