#3b752f
a dark, soft green · cool · closest name: seagreen
RGB
59, 117, 47
HSL
110°, 43%, 32%
CMYK
50, 0, 60, 54
Luminance
0.1386
Every format
| HEX | #3b752f |
| RGB | rgb(59, 117, 47) |
| HSL | hsl(110, 43%, 32%) |
| CMYK | cmyk(50%, 0%, 60%, 54%) |
| LAB | lab(44.0 -33.6 32.3) |
| LCH | lch(44.0 46.6 136.1) |
| OKLCH | oklch(0.506 0.119 140.3) |
Copy-ready code
/* CSS */
color: #3b752f;
background-color: #3b752f;
/* Tailwind (arbitrary) */
class="text-[#3b752f] bg-[#3b752f]"
/* SCSS */
$brand: #3b752f;
/* SwiftUI */
Color(red: 0.231, green: 0.459, blue: 0.184)
/* Android */
Color.parseColor("#3b752f")Accessibility — WCAG contrast
Aa
#3b752f on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3b752f on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green45.9%
Blue18.4%
CMYK percentages
Cyan49.6%
Magenta0.0%
Yellow59.8%
Key (black)54.1%
Color previews
#3b752f text on a black background
contrast 3.77:1
Card sample
#3b752f text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b752f;
Background color
Panel with #3b752f background
background-color: #3b752f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b752f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 117, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 117, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b752f; background: linear-gradient(135deg, #3b752f, #2F7552);