#ebdb37
a balanced, electric yellow · cool · closest name: gold
RGB
235, 219, 55
HSL
55°, 82%, 57%
CMYK
0, 7, 77, 8
Luminance
0.6860
Every format
| HEX | #ebdb37 |
| RGB | rgb(235, 219, 55) |
| HSL | hsl(55, 82%, 57%) |
| CMYK | cmyk(0%, 7%, 77%, 8%) |
| LAB | lab(86.3 -11.4 76.2) |
| LCH | lch(86.3 77.1 98.5) |
| OKLCH | oklch(0.878 0.171 103.5) |
Copy-ready code
/* CSS */
color: #ebdb37;
background-color: #ebdb37;
/* Tailwind (arbitrary) */
class="text-[#ebdb37] bg-[#ebdb37]"
/* SCSS */
$brand: #ebdb37;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.216)
/* Android */
Color.parseColor("#ebdb37")Accessibility — WCAG contrast
Aa
#ebdb37 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdb37 on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow76.6%
Key (black)7.8%
Color previews
#ebdb37 text on a black background
contrast 14.72:1
Card sample
#ebdb37 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdb37;
Background color
Panel with #ebdb37 background
background-color: #ebdb37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdb37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdb37; background: linear-gradient(135deg, #ebdb37, #83EB37);