#737321
a dark, vivid yellow · cool · closest name: olive
RGB
115, 115, 33
HSL
60°, 55%, 29%
CMYK
0, 0, 71, 55
Luminance
0.1602
Every format
| HEX | #737321 |
| RGB | rgb(115, 115, 33) |
| HSL | hsl(60, 55%, 29%) |
| CMYK | cmyk(0%, 0%, 71%, 55%) |
| LAB | lab(47.0 -10.8 43.1) |
| LCH | lch(47.0 44.5 104.1) |
| OKLCH | oklch(0.539 0.102 109.4) |
Copy-ready code
/* CSS */
color: #737321;
background-color: #737321;
/* Tailwind (arbitrary) */
class="text-[#737321] bg-[#737321]"
/* SCSS */
$brand: #737321;
/* SwiftUI */
Color(red: 0.451, green: 0.451, blue: 0.129)
/* Android */
Color.parseColor("#737321")Accessibility — WCAG contrast
Aa
#737321 on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#737321 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green45.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow71.3%
Key (black)54.9%
Color previews
#737321 text on a black background
contrast 4.20:1
Card sample
#737321 text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #737321;
Background color
Panel with #737321 background
background-color: #737321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #737321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 115, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 115, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #737321; background: linear-gradient(135deg, #737321, #3C7321);