#494c01
a deep, electric yellow · cool · closest name: olive
RGB
73, 76, 1
HSL
62°, 97%, 15%
CMYK
4, 0, 99, 70
Luminance
0.0659
Every format
| HEX | #494c01 |
| RGB | rgb(73, 76, 1) |
| HSL | hsl(62, 97%, 15%) |
| CMYK | cmyk(4%, 0%, 99%, 70%) |
| LAB | lab(30.9 -10.5 38.6) |
| LCH | lch(30.9 40.0 105.2) |
| OKLCH | oklch(0.400 0.088 112.3) |
Copy-ready code
/* CSS */
color: #494c01;
background-color: #494c01;
/* Tailwind (arbitrary) */
class="text-[#494c01] bg-[#494c01]"
/* SCSS */
$brand: #494c01;
/* SwiftUI */
Color(red: 0.286, green: 0.298, blue: 0.004)
/* Android */
Color.parseColor("#494c01")Accessibility — WCAG contrast
Aa
#494c01 on white: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#494c01 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green29.8%
Blue0.4%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow98.7%
Key (black)70.2%
Color previews
#494c01 text on a black background
contrast 2.32:1
Card sample
#494c01 text on a white background
contrast 9.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #494c01;
Background color
Panel with #494c01 background
background-color: #494c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #494c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 76, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 76, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #494c01; background: linear-gradient(135deg, #494c01, #174C01);