#596421
a dark, vivid yellow · cool · closest name: olive
RGB
89, 100, 33
HSL
70°, 50%, 26%
CMYK
11, 0, 67, 61
Luminance
0.1135
Every format
| HEX | #596421 |
| RGB | rgb(89, 100, 33) |
| HSL | hsl(70, 50%, 26%) |
| CMYK | cmyk(11%, 0%, 67%, 61%) |
| LAB | lab(40.2 -14.6 35.4) |
| LCH | lch(40.2 38.3 112.4) |
| OKLCH | oklch(0.479 0.091 117.9) |
Copy-ready code
/* CSS */
color: #596421;
background-color: #596421;
/* Tailwind (arbitrary) */
class="text-[#596421] bg-[#596421]"
/* SCSS */
$brand: #596421;
/* SwiftUI */
Color(red: 0.349, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#596421")Accessibility — WCAG contrast
Aa
#596421 on white: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596421 on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green39.2%
Blue12.9%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow67.0%
Key (black)60.8%
Color previews
#596421 text on a black background
contrast 3.27:1
Card sample
#596421 text on a white background
contrast 6.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596421;
Background color
Panel with #596421 background
background-color: #596421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596421; background: linear-gradient(135deg, #596421, #2C6421);