#738500
a dark, electric yellow · cool · closest name: olive
RGB
115, 133, 0
HSL
68°, 100%, 26%
CMYK
14, 0, 100, 48
Luminance
0.2042
Every format
| HEX | #738500 |
| RGB | rgb(115, 133, 0) |
| HSL | hsl(68, 100%, 26%) |
| CMYK | cmyk(14%, 0%, 100%, 48%) |
| LAB | lab(52.3 -21.5 56.5) |
| LCH | lch(52.3 60.5 110.8) |
| OKLCH | oklch(0.582 0.136 118.8) |
Copy-ready code
/* CSS */
color: #738500;
background-color: #738500;
/* Tailwind (arbitrary) */
class="text-[#738500] bg-[#738500]"
/* SCSS */
$brand: #738500;
/* SwiftUI */
Color(red: 0.451, green: 0.522, blue: 0.000)
/* Android */
Color.parseColor("#738500")Accessibility — WCAG contrast
Aa
#738500 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#738500 on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green52.2%
Blue0.0%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow100.0%
Key (black)47.8%
Color previews
#738500 text on a black background
contrast 5.08:1
Card sample
#738500 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #738500;
Background color
Panel with #738500 background
background-color: #738500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #738500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 133, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 133, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #738500; background: linear-gradient(135deg, #738500, #1A8500);