#ebdb44
a balanced, electric yellow · cool · closest name: gold
RGB
235, 219, 68
HSL
54°, 81%, 59%
CMYK
0, 7, 71, 8
Luminance
0.6874
Every format
| HEX | #ebdb44 |
| RGB | rgb(235, 219, 68) |
| HSL | hsl(54, 81%, 59%) |
| CMYK | cmyk(0%, 7%, 71%, 8%) |
| LAB | lab(86.4 -10.8 72.0) |
| LCH | lch(86.4 72.8 98.6) |
| OKLCH | oklch(0.879 0.164 103.1) |
Copy-ready code
/* CSS */
color: #ebdb44;
background-color: #ebdb44;
/* Tailwind (arbitrary) */
class="text-[#ebdb44] bg-[#ebdb44]"
/* SCSS */
$brand: #ebdb44;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.267)
/* Android */
Color.parseColor("#ebdb44")Accessibility — WCAG contrast
Aa
#ebdb44 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdb44 on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow71.1%
Key (black)7.8%
Color previews
#ebdb44 text on a black background
contrast 14.75:1
Card sample
#ebdb44 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdb44;
Background color
Panel with #ebdb44 background
background-color: #ebdb44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdb44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdb44; background: linear-gradient(135deg, #ebdb44, #8BEB44);