#4e4300
a deep, electric yellow · cool · closest name: olive
RGB
78, 67, 0
HSL
52°, 100%, 15%
CMYK
0, 14, 100, 69
Luminance
0.0563
Every format
| HEX | #4e4300 |
| RGB | rgb(78, 67, 0) |
| HSL | hsl(52, 100%, 15%) |
| CMYK | cmyk(0%, 14%, 100%, 69%) |
| LAB | lab(28.5 -2.5 37.4) |
| LCH | lch(28.5 37.5 93.8) |
| OKLCH | oklch(0.383 0.079 98.6) |
Copy-ready code
/* CSS */
color: #4e4300;
background-color: #4e4300;
/* Tailwind (arbitrary) */
class="text-[#4e4300] bg-[#4e4300]"
/* SCSS */
$brand: #4e4300;
/* SwiftUI */
Color(red: 0.306, green: 0.263, blue: 0.000)
/* Android */
Color.parseColor("#4e4300")Accessibility — WCAG contrast
Aa
#4e4300 on white: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4e4300 on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green26.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow100.0%
Key (black)69.4%
Color previews
#4e4300 text on a black background
contrast 2.13:1
Card sample
#4e4300 text on a white background
contrast 9.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4e4300;
Background color
Panel with #4e4300 background
background-color: #4e4300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4e4300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 67, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 67, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4e4300; background: linear-gradient(135deg, #4e4300, #254E00);