#596113
a deep, vivid yellow · cool · closest name: olive
RGB
89, 97, 19
HSL
66°, 67%, 23%
CMYK
8, 0, 80, 62
Luminance
0.1072
Every format
| HEX | #596113 |
| RGB | rgb(89, 97, 19) |
| HSL | hsl(66, 67%, 23%) |
| CMYK | cmyk(8%, 0%, 80%, 62%) |
| LAB | lab(39.1 -13.8 40.2) |
| LCH | lch(39.1 42.5 109.0) |
| OKLCH | oklch(0.470 0.098 115.5) |
Copy-ready code
/* CSS */
color: #596113;
background-color: #596113;
/* Tailwind (arbitrary) */
class="text-[#596113] bg-[#596113]"
/* SCSS */
$brand: #596113;
/* SwiftUI */
Color(red: 0.349, green: 0.380, blue: 0.075)
/* Android */
Color.parseColor("#596113")Accessibility — WCAG contrast
Aa
#596113 on white: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596113 on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green38.0%
Blue7.5%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow80.4%
Key (black)62.0%
Color previews
#596113 text on a black background
contrast 3.14:1
Card sample
#596113 text on a white background
contrast 6.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596113;
Background color
Panel with #596113 background
background-color: #596113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 97, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 97, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596113; background: linear-gradient(135deg, #596113, #256113);