#738321
a dark, vivid yellow · cool · closest name: olivedrab
RGB
115, 131, 33
HSL
70°, 60%, 32%
CMYK
12, 0, 75, 49
Luminance
0.1999
Every format
| HEX | #738321 |
| RGB | rgb(115, 131, 33) |
| HSL | hsl(70, 60%, 32%) |
| CMYK | cmyk(12%, 0%, 75%, 49%) |
| LAB | lab(51.8 -19.4 47.9) |
| LCH | lch(51.8 51.7 112.1) |
| OKLCH | oklch(0.578 0.121 118.5) |
Copy-ready code
/* CSS */
color: #738321;
background-color: #738321;
/* Tailwind (arbitrary) */
class="text-[#738321] bg-[#738321]"
/* SCSS */
$brand: #738321;
/* SwiftUI */
Color(red: 0.451, green: 0.514, blue: 0.129)
/* Android */
Color.parseColor("#738321")Accessibility — WCAG contrast
Aa
#738321 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#738321 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green51.4%
Blue12.9%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow74.8%
Key (black)48.6%
Color previews
#738321 text on a black background
contrast 5.00:1
Card sample
#738321 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #738321;
Background color
Panel with #738321 background
background-color: #738321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #738321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 131, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 131, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #738321; background: linear-gradient(135deg, #738321, #328321);