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