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