#595607
a deep, electric yellow · cool · closest name: olive
RGB
89, 86, 7
HSL
58°, 85%, 19%
CMYK
0, 3, 92, 65
Luminance
0.0879
Every format
| HEX | #595607 |
| RGB | rgb(89, 86, 7) |
| HSL | hsl(58, 85%, 19%) |
| CMYK | cmyk(0%, 3%, 92%, 65%) |
| LAB | lab(35.6 -8.0 41.0) |
| LCH | lch(35.6 41.7 101.1) |
| OKLCH | oklch(0.442 0.092 107.2) |
Copy-ready code
/* CSS */
color: #595607;
background-color: #595607;
/* Tailwind (arbitrary) */
class="text-[#595607] bg-[#595607]"
/* SCSS */
$brand: #595607;
/* SwiftUI */
Color(red: 0.349, green: 0.337, blue: 0.027)
/* Android */
Color.parseColor("#595607")Accessibility — WCAG contrast
Aa
#595607 on white: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#595607 on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green33.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow92.1%
Key (black)65.1%
Color previews
#595607 text on a black background
contrast 2.76:1
Card sample
#595607 text on a white background
contrast 7.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #595607;
Background color
Panel with #595607 background
background-color: #595607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #595607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 86, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 86, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #595607; background: linear-gradient(135deg, #595607, #255907);