#596633
a dark, soft green · cool · closest name: seagreen
RGB
89, 102, 51
HSL
75°, 33%, 30%
CMYK
13, 0, 50, 60
Luminance
0.1187
Every format
| HEX | #596633 |
| RGB | rgb(89, 102, 51) |
| HSL | hsl(75, 33%, 30%) |
| CMYK | cmyk(13%, 0%, 50%, 60%) |
| LAB | lab(41.0 -13.9 27.0) |
| LCH | lch(41.0 30.4 117.2) |
| OKLCH | oklch(0.487 0.076 121.0) |
Copy-ready code
/* CSS */
color: #596633;
background-color: #596633;
/* Tailwind (arbitrary) */
class="text-[#596633] bg-[#596633]"
/* SCSS */
$brand: #596633;
/* SwiftUI */
Color(red: 0.349, green: 0.400, blue: 0.200)
/* Android */
Color.parseColor("#596633")Accessibility — WCAG contrast
Aa
#596633 on white: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#596633 on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green40.0%
Blue20.0%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow50.0%
Key (black)60.0%
Color previews
#596633 text on a black background
contrast 3.37:1
Card sample
#596633 text on a white background
contrast 6.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #596633;
Background color
Panel with #596633 background
background-color: #596633;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #596633;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 102, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 102, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #596633; background: linear-gradient(135deg, #596633, #376633);