#3b4530
a deep, soft green · cool · closest name: darkslategray
RGB
59, 69, 48
HSL
89°, 18%, 23%
CMYK
15, 0, 30, 73
Luminance
0.0540
Every format
| HEX | #3b4530 |
| RGB | rgb(59, 69, 48) |
| HSL | hsl(89, 18%, 23%) |
| CMYK | cmyk(15%, 0%, 30%, 73%) |
| LAB | lab(27.8 -8.6 11.4) |
| LCH | lch(27.8 14.3 127.0) |
| OKLCH | oklch(0.375 0.037 128.8) |
Copy-ready code
/* CSS */
color: #3b4530;
background-color: #3b4530;
/* Tailwind (arbitrary) */
class="text-[#3b4530] bg-[#3b4530]"
/* SCSS */
$brand: #3b4530;
/* SwiftUI */
Color(red: 0.231, green: 0.271, blue: 0.188)
/* Android */
Color.parseColor("#3b4530")Accessibility — WCAG contrast
Aa
#3b4530 on white: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b4530 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green27.1%
Blue18.8%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow30.4%
Key (black)72.9%
Color previews
#3b4530 text on a black background
contrast 2.08:1
Card sample
#3b4530 text on a white background
contrast 10.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b4530;
Background color
Panel with #3b4530 background
background-color: #3b4530;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b4530;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 69, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 69, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b4530; background: linear-gradient(135deg, #3b4530, #304533);