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