#3b5321
a deep, soft green · cool · closest name: seagreen
RGB
59, 83, 33
HSL
89°, 43%, 23%
CMYK
29, 0, 60, 68
Luminance
0.0723
Every format
| HEX | #3b5321 |
| RGB | rgb(59, 83, 33) |
| HSL | hsl(89, 43%, 23%) |
| CMYK | cmyk(29%, 0%, 60%, 68%) |
| LAB | lab(32.3 -18.8 26.0) |
| LCH | lch(32.3 32.1 125.9) |
| OKLCH | oklch(0.410 0.081 130.6) |
Copy-ready code
/* CSS */
color: #3b5321;
background-color: #3b5321;
/* Tailwind (arbitrary) */
class="text-[#3b5321] bg-[#3b5321]"
/* SCSS */
$brand: #3b5321;
/* SwiftUI */
Color(red: 0.231, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#3b5321")Accessibility — WCAG contrast
Aa
#3b5321 on white: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b5321 on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green32.5%
Blue12.9%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow60.2%
Key (black)67.5%
Color previews
#3b5321 text on a black background
contrast 2.45:1
Card sample
#3b5321 text on a white background
contrast 8.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b5321;
Background color
Panel with #3b5321 background
background-color: #3b5321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b5321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b5321; background: linear-gradient(135deg, #3b5321, #215328);