#ebda2b
a balanced, electric yellow · cool · closest name: gold
RGB
235, 218, 43
HSL
55°, 83%, 55%
CMYK
0, 7, 82, 8
Luminance
0.6798
Every format
| HEX | #ebda2b |
| RGB | rgb(235, 218, 43) |
| HSL | hsl(55, 83%, 55%) |
| CMYK | cmyk(0%, 7%, 82%, 8%) |
| LAB | lab(86.0 -11.3 79.3) |
| LCH | lch(86.0 80.1 98.1) |
| OKLCH | oklch(0.875 0.175 103.4) |
Copy-ready code
/* CSS */
color: #ebda2b;
background-color: #ebda2b;
/* Tailwind (arbitrary) */
class="text-[#ebda2b] bg-[#ebda2b]"
/* SCSS */
$brand: #ebda2b;
/* SwiftUI */
Color(red: 0.922, green: 0.855, blue: 0.169)
/* Android */
Color.parseColor("#ebda2b")Accessibility — WCAG contrast
Aa
#ebda2b on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebda2b on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.5%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow81.7%
Key (black)7.8%
Color previews
#ebda2b text on a black background
contrast 14.60:1
Card sample
#ebda2b text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebda2b;
Background color
Panel with #ebda2b background
background-color: #ebda2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebda2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 218, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 218, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebda2b; background: linear-gradient(135deg, #ebda2b, #7CEB2B);