#737421
a dark, vivid yellow · cool · closest name: olive
RGB
115, 116, 33
HSL
61°, 56%, 29%
CMYK
1, 0, 72, 55
Luminance
0.1625
Every format
| HEX | #737421 |
| RGB | rgb(115, 116, 33) |
| HSL | hsl(61, 56%, 29%) |
| CMYK | cmyk(1%, 0%, 72%, 55%) |
| LAB | lab(47.3 -11.4 43.4) |
| LCH | lch(47.3 44.9 104.7) |
| OKLCH | oklch(0.542 0.103 110.1) |
Copy-ready code
/* CSS */
color: #737421;
background-color: #737421;
/* Tailwind (arbitrary) */
class="text-[#737421] bg-[#737421]"
/* SCSS */
$brand: #737421;
/* SwiftUI */
Color(red: 0.451, green: 0.455, blue: 0.129)
/* Android */
Color.parseColor("#737421")Accessibility — WCAG contrast
Aa
#737421 on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#737421 on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green45.5%
Blue12.9%
CMYK percentages
Cyan0.9%
Magenta0.0%
Yellow71.6%
Key (black)54.5%
Color previews
#737421 text on a black background
contrast 4.25:1
Card sample
#737421 text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #737421;
Background color
Panel with #737421 background
background-color: #737421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #737421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 116, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 116, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #737421; background: linear-gradient(135deg, #737421, #3C7421);