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