#3b9155
a dark, soft green · cool · closest name: seagreen
RGB
59, 145, 85
HSL
138°, 42%, 40%
CMYK
59, 0, 41, 43
Luminance
0.2184
Every format
| HEX | #3b9155 |
| RGB | rgb(59, 145, 85) |
| HSL | hsl(138, 42%, 40%) |
| CMYK | cmyk(59%, 0%, 41%, 43%) |
| LAB | lab(53.9 -39.8 24.3) |
| LCH | lch(53.9 46.6 148.6) |
| OKLCH | oklch(0.589 0.123 150.8) |
Copy-ready code
/* CSS */
color: #3b9155;
background-color: #3b9155;
/* Tailwind (arbitrary) */
class="text-[#3b9155] bg-[#3b9155]"
/* SCSS */
$brand: #3b9155;
/* SwiftUI */
Color(red: 0.231, green: 0.569, blue: 0.333)
/* Android */
Color.parseColor("#3b9155")Accessibility — WCAG contrast
Aa
#3b9155 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3b9155 on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green56.9%
Blue33.3%
CMYK percentages
Cyan59.3%
Magenta0.0%
Yellow41.4%
Key (black)43.1%
Color previews
#3b9155 text on a black background
contrast 5.37:1
Card sample
#3b9155 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b9155;
Background color
Panel with #3b9155 background
background-color: #3b9155;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b9155;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 145, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 145, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b9155; background: linear-gradient(135deg, #3b9155, #3B918E);