#ebfe08
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 254, 8
HSL
65°, 99%, 51%
CMYK
8, 0, 97, 0
Luminance
0.8856
Every format
| HEX | #ebfe08 |
| RGB | rgb(235, 254, 8) |
| 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: #ebfe08;
background-color: #ebfe08;
/* Tailwind (arbitrary) */
class="text-[#ebfe08] bg-[#ebfe08]"
/* SCSS */
$brand: #ebfe08;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.031)
/* Android */
Color.parseColor("#ebfe08")Accessibility — WCAG contrast
Aa
#ebfe08 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfe08 on black: 18.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue3.1%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow96.9%
Key (black)0.4%
Color previews
#ebfe08 text on a black background
contrast 18.71:1
Card sample
#ebfe08 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfe08;
Background color
Panel with #ebfe08 background
background-color: #ebfe08;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfe08;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfe08; background: linear-gradient(135deg, #ebfe08, #47FE08);