#32503c
a dark, soft green · cool · closest name: darkslategray
RGB
50, 80, 60
HSL
140°, 23%, 26%
CMYK
38, 0, 25, 69
Luminance
0.0674
Every format
| HEX | #32503c |
| RGB | rgb(50, 80, 60) |
| HSL | hsl(140, 23%, 26%) |
| CMYK | cmyk(38%, 0%, 25%, 69%) |
| LAB | lab(31.2 -16.2 8.3) |
| LCH | lch(31.2 18.2 152.8) |
| OKLCH | oklch(0.401 0.049 154.4) |
Copy-ready code
/* CSS */
color: #32503c;
background-color: #32503c;
/* Tailwind (arbitrary) */
class="text-[#32503c] bg-[#32503c]"
/* SCSS */
$brand: #32503c;
/* SwiftUI */
Color(red: 0.196, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#32503c")Accessibility — WCAG contrast
Aa
#32503c on white: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#32503c on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green31.4%
Blue23.5%
CMYK percentages
Cyan37.5%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#32503c text on a black background
contrast 2.35:1
Card sample
#32503c text on a white background
contrast 8.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32503c;
Background color
Panel with #32503c background
background-color: #32503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32503c; background: linear-gradient(135deg, #32503c, #325050);