#746c01
a deep, electric yellow · cool · closest name: olive
RGB
116, 108, 1
HSL
56°, 98%, 23%
CMYK
0, 7, 99, 55
Luminance
0.1444
Every format
| HEX | #746c01 |
| RGB | rgb(116, 108, 1) |
| HSL | hsl(56, 98%, 23%) |
| CMYK | cmyk(0%, 7%, 99%, 55%) |
| LAB | lab(44.9 -7.6 50.8) |
| LCH | lch(44.9 51.4 98.5) |
| OKLCH | oklch(0.522 0.110 104.4) |
Copy-ready code
/* CSS */
color: #746c01;
background-color: #746c01;
/* Tailwind (arbitrary) */
class="text-[#746c01] bg-[#746c01]"
/* SCSS */
$brand: #746c01;
/* SwiftUI */
Color(red: 0.455, green: 0.424, blue: 0.004)
/* Android */
Color.parseColor("#746c01")Accessibility — WCAG contrast
Aa
#746c01 on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#746c01 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green42.4%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta6.9%
Yellow99.1%
Key (black)54.5%
Color previews
#746c01 text on a black background
contrast 3.89:1
Card sample
#746c01 text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #746c01;
Background color
Panel with #746c01 background
background-color: #746c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #746c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 108, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 108, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #746c01; background: linear-gradient(135deg, #746c01, #2F7401);