#ebeb28
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 235, 40
HSL
60°, 83%, 54%
CMYK
0, 0, 83, 8
Luminance
0.7723
Every format
| HEX | #ebeb28 |
| RGB | rgb(235, 235, 40) |
| HSL | hsl(60, 83%, 54%) |
| CMYK | cmyk(0%, 0%, 83%, 8%) |
| LAB | lab(90.4 -19.7 83.7) |
| LCH | lch(90.4 86.0 103.2) |
| OKLCH | oklch(0.911 0.191 109.7) |
Copy-ready code
/* CSS */
color: #ebeb28;
background-color: #ebeb28;
/* Tailwind (arbitrary) */
class="text-[#ebeb28] bg-[#ebeb28]"
/* SCSS */
$brand: #ebeb28;
/* SwiftUI */
Color(red: 0.922, green: 0.922, blue: 0.157)
/* Android */
Color.parseColor("#ebeb28")Accessibility — WCAG contrast
Aa
#ebeb28 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebeb28 on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.2%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow83.0%
Key (black)7.8%
Color previews
#ebeb28 text on a black background
contrast 16.45:1
Card sample
#ebeb28 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebeb28;
Background color
Panel with #ebeb28 background
background-color: #ebeb28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebeb28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 235, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 235, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebeb28; background: linear-gradient(135deg, #ebeb28, #69EB28);