#596012
a deep, vivid yellow · cool · closest name: olive
RGB
89, 96, 18
HSL
65°, 68%, 22%
CMYK
7, 0, 81, 62
Luminance
0.1053
Every format
| HEX | #596012 |
| RGB | rgb(89, 96, 18) |
| HSL | hsl(65, 68%, 22%) |
| CMYK | cmyk(7%, 0%, 81%, 62%) |
| LAB | lab(38.8 -13.3 40.3) |
| LCH | lch(38.8 42.4 108.3) |
| OKLCH | oklch(0.468 0.097 114.8) |
Copy-ready code
/* CSS */
color: #596012;
background-color: #596012;
/* Tailwind (arbitrary) */
class="text-[#596012] bg-[#596012]"
/* SCSS */
$brand: #596012;
/* SwiftUI */
Color(red: 0.349, green: 0.376, blue: 0.071)
/* Android */
Color.parseColor("#596012")Accessibility — WCAG contrast
Aa
#596012 on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596012 on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green37.6%
Blue7.1%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow81.3%
Key (black)62.4%
Color previews
#596012 text on a black background
contrast 3.11:1
Card sample
#596012 text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596012;
Background color
Panel with #596012 background
background-color: #596012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 96, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 96, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596012; background: linear-gradient(135deg, #596012, #256012);