#eadf13
a balanced, electric yellow · cool · closest name: gold
RGB
234, 223, 19
HSL
57°, 85%, 50%
CMYK
0, 5, 92, 8
Luminance
0.7031
Every format
| HEX | #eadf13 |
| RGB | rgb(234, 223, 19) |
| HSL | hsl(57, 85%, 50%) |
| CMYK | cmyk(0%, 5%, 92%, 8%) |
| LAB | lab(87.2 -14.7 84.7) |
| LCH | lch(87.2 86.0 99.8) |
| OKLCH | oklch(0.884 0.186 106.0) |
Copy-ready code
/* CSS */
color: #eadf13;
background-color: #eadf13;
/* Tailwind (arbitrary) */
class="text-[#eadf13] bg-[#eadf13]"
/* SCSS */
$brand: #eadf13;
/* SwiftUI */
Color(red: 0.918, green: 0.875, blue: 0.075)
/* Android */
Color.parseColor("#eadf13")Accessibility — WCAG contrast
Aa
#eadf13 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadf13 on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow91.9%
Key (black)8.2%
Color previews
#eadf13 text on a black background
contrast 15.06:1
Card sample
#eadf13 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadf13;
Background color
Panel with #eadf13 background
background-color: #eadf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 223, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 223, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadf13; background: linear-gradient(135deg, #eadf13, #66EA13);