#3c6830
a dark, soft green · cool · closest name: seagreen
RGB
60, 104, 48
HSL
107°, 37%, 30%
CMYK
42, 0, 54, 59
Luminance
0.1107
Every format
| HEX | #3c6830 |
| RGB | rgb(60, 104, 48) |
| HSL | hsl(107, 37%, 30%) |
| CMYK | cmyk(42%, 0%, 54%, 59%) |
| LAB | lab(39.7 -27.1 26.7) |
| LCH | lch(39.7 38.0 135.5) |
| OKLCH | oklch(0.471 0.098 139.3) |
Copy-ready code
/* CSS */
color: #3c6830;
background-color: #3c6830;
/* Tailwind (arbitrary) */
class="text-[#3c6830] bg-[#3c6830]"
/* SCSS */
$brand: #3c6830;
/* SwiftUI */
Color(red: 0.235, green: 0.408, blue: 0.188)
/* Android */
Color.parseColor("#3c6830")Accessibility — WCAG contrast
Aa
#3c6830 on white: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c6830 on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green40.8%
Blue18.8%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow53.8%
Key (black)59.2%
Color previews
#3c6830 text on a black background
contrast 3.21:1
Card sample
#3c6830 text on a white background
contrast 6.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c6830;
Background color
Panel with #3c6830 background
background-color: #3c6830;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c6830;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 104, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 104, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c6830; background: linear-gradient(135deg, #3c6830, #306849);