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