#ebee56
a balanced, electric yellow · cool · closest name: gold
RGB
235, 238, 86
HSL
61°, 82%, 64%
CMYK
1, 0, 64, 7
Luminance
0.7948
Every format
| HEX | #ebee56 |
| RGB | rgb(235, 238, 86) |
| HSL | hsl(61, 82%, 64%) |
| CMYK | cmyk(1%, 0%, 64%, 7%) |
| LAB | lab(91.5 -19.2 70.4) |
| LCH | lch(91.5 73.0 105.3) |
| OKLCH | oklch(0.920 0.170 110.4) |
Copy-ready code
/* CSS */
color: #ebee56;
background-color: #ebee56;
/* Tailwind (arbitrary) */
class="text-[#ebee56] bg-[#ebee56]"
/* SCSS */
$brand: #ebee56;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.337)
/* Android */
Color.parseColor("#ebee56")Accessibility — WCAG contrast
Aa
#ebee56 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebee56 on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue33.7%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow63.9%
Key (black)6.7%
Color previews
#ebee56 text on a black background
contrast 16.90:1
Card sample
#ebee56 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebee56;
Background color
Panel with #ebee56 background
background-color: #ebee56;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebee56;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebee56; background: linear-gradient(135deg, #ebee56, #86EE56);