#494607
a deep, electric yellow · cool · closest name: olive
RGB
73, 70, 7
HSL
57°, 83%, 16%
CMYK
0, 4, 90, 71
Luminance
0.0581
Every format
| HEX | #494607 |
| RGB | rgb(73, 70, 7) |
| HSL | hsl(57, 83%, 16%) |
| CMYK | cmyk(0%, 4%, 90%, 71%) |
| LAB | lab(28.9 -6.6 34.8) |
| LCH | lch(28.9 35.4 100.8) |
| OKLCH | oklch(0.385 0.078 106.6) |
Copy-ready code
/* CSS */
color: #494607;
background-color: #494607;
/* Tailwind (arbitrary) */
class="text-[#494607] bg-[#494607]"
/* SCSS */
$brand: #494607;
/* SwiftUI */
Color(red: 0.286, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#494607")Accessibility — WCAG contrast
Aa
#494607 on white: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#494607 on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green27.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta4.1%
Yellow90.4%
Key (black)71.4%
Color previews
#494607 text on a black background
contrast 2.16:1
Card sample
#494607 text on a white background
contrast 9.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #494607;
Background color
Panel with #494607 background
background-color: #494607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #494607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #494607; background: linear-gradient(135deg, #494607, #204907);