#2c593e
a dark, soft green · cool · closest name: darkslategray
RGB
44, 89, 62
HSL
144°, 34%, 26%
CMYK
51, 0, 30, 65
Luminance
0.0803
Every format
| HEX | #2c593e |
| RGB | rgb(44, 89, 62) |
| HSL | hsl(144, 34%, 26%) |
| CMYK | cmyk(51%, 0%, 30%, 65%) |
| LAB | lab(34.0 -22.5 10.9) |
| LCH | lch(34.0 25.1 154.1) |
| OKLCH | oklch(0.423 0.068 155.7) |
Copy-ready code
/* CSS */
color: #2c593e;
background-color: #2c593e;
/* Tailwind (arbitrary) */
class="text-[#2c593e] bg-[#2c593e]"
/* SCSS */
$brand: #2c593e;
/* SwiftUI */
Color(red: 0.173, green: 0.349, blue: 0.243)
/* Android */
Color.parseColor("#2c593e")Accessibility — WCAG contrast
Aa
#2c593e on white: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c593e on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green34.9%
Blue24.3%
CMYK percentages
Cyan50.6%
Magenta0.0%
Yellow30.3%
Key (black)65.1%
Color previews
#2c593e text on a black background
contrast 2.61:1
Card sample
#2c593e text on a white background
contrast 8.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c593e;
Background color
Panel with #2c593e background
background-color: #2c593e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c593e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 89, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 89, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c593e; background: linear-gradient(135deg, #2c593e, #2C5659);