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