#325c49
a dark, soft green · cool · closest name: darkslategray
RGB
50, 92, 73
HSL
153°, 30%, 28%
CMYK
46, 0, 21, 64
Luminance
0.0881
Every format
| HEX | #325c49 |
| RGB | rgb(50, 92, 73) |
| HSL | hsl(153, 30%, 28%) |
| CMYK | cmyk(46%, 0%, 21%, 64%) |
| LAB | lab(35.6 -19.7 6.4) |
| LCH | lch(35.6 20.7 162.0) |
| OKLCH | oklch(0.438 0.057 163.3) |
Copy-ready code
/* CSS */
color: #325c49;
background-color: #325c49;
/* Tailwind (arbitrary) */
class="text-[#325c49] bg-[#325c49]"
/* SCSS */
$brand: #325c49;
/* SwiftUI */
Color(red: 0.196, green: 0.361, blue: 0.286)
/* Android */
Color.parseColor("#325c49")Accessibility — WCAG contrast
Aa
#325c49 on white: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#325c49 on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green36.1%
Blue28.6%
CMYK percentages
Cyan45.7%
Magenta0.0%
Yellow20.7%
Key (black)63.9%
Color previews
#325c49 text on a black background
contrast 2.76:1
Card sample
#325c49 text on a white background
contrast 7.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #325c49;
Background color
Panel with #325c49 background
background-color: #325c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #325c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 92, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 92, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #325c49; background: linear-gradient(135deg, #325c49, #32535C);