#ebdb13
a balanced, electric yellow · cool · closest name: gold
RGB
235, 219, 19
HSL
56°, 85%, 50%
CMYK
0, 7, 92, 8
Luminance
0.6837
Every format
| HEX | #ebdb13 |
| RGB | rgb(235, 219, 19) |
| HSL | hsl(56, 85%, 50%) |
| CMYK | cmyk(0%, 7%, 92%, 8%) |
| LAB | lab(86.2 -12.3 84.0) |
| LCH | lch(86.2 84.9 98.3) |
| OKLCH | oklch(0.877 0.183 104.1) |
Copy-ready code
/* CSS */
color: #ebdb13;
background-color: #ebdb13;
/* Tailwind (arbitrary) */
class="text-[#ebdb13] bg-[#ebdb13]"
/* SCSS */
$brand: #ebdb13;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.075)
/* Android */
Color.parseColor("#ebdb13")Accessibility — WCAG contrast
Aa
#ebdb13 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdb13 on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow91.9%
Key (black)7.8%
Color previews
#ebdb13 text on a black background
contrast 14.67:1
Card sample
#ebdb13 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdb13;
Background color
Panel with #ebdb13 background
background-color: #ebdb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdb13; background: linear-gradient(135deg, #ebdb13, #6BEB13);