#ebee4d
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 238, 77
HSL
61°, 83%, 62%
CMYK
1, 0, 68, 7
Luminance
0.7935
Every format
| HEX | #ebee4d |
| RGB | rgb(235, 238, 77) |
| HSL | hsl(61, 83%, 62%) |
| CMYK | cmyk(1%, 0%, 68%, 7%) |
| LAB | lab(91.4 -19.7 73.7) |
| LCH | lch(91.4 76.3 105.0) |
| OKLCH | oklch(0.919 0.176 110.5) |
Copy-ready code
/* CSS */
color: #ebee4d;
background-color: #ebee4d;
/* Tailwind (arbitrary) */
class="text-[#ebee4d] bg-[#ebee4d]"
/* SCSS */
$brand: #ebee4d;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.302)
/* Android */
Color.parseColor("#ebee4d")Accessibility — WCAG contrast
Aa
#ebee4d on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebee4d on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue30.2%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow67.6%
Key (black)6.7%
Color previews
#ebee4d text on a black background
contrast 16.87:1
Card sample
#ebee4d text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebee4d;
Background color
Panel with #ebee4d background
background-color: #ebee4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebee4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebee4d; background: linear-gradient(135deg, #ebee4d, #80EE4D);