#3a693a
a dark, soft green · cool · closest name: seagreen
RGB
58, 105, 58
HSL
120°, 29%, 32%
CMYK
45, 0, 45, 59
Luminance
0.1131
Every format
| HEX | #3a693a |
| RGB | rgb(58, 105, 58) |
| HSL | hsl(120, 29%, 32%) |
| CMYK | cmyk(45%, 0%, 45%, 59%) |
| LAB | lab(40.1 -26.8 21.5) |
| LCH | lch(40.1 34.3 141.2) |
| OKLCH | oklch(0.474 0.090 144.0) |
Copy-ready code
/* CSS */
color: #3a693a;
background-color: #3a693a;
/* Tailwind (arbitrary) */
class="text-[#3a693a] bg-[#3a693a]"
/* SCSS */
$brand: #3a693a;
/* SwiftUI */
Color(red: 0.227, green: 0.412, blue: 0.227)
/* Android */
Color.parseColor("#3a693a")Accessibility — WCAG contrast
Aa
#3a693a on white: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3a693a on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green41.2%
Blue22.7%
CMYK percentages
Cyan44.8%
Magenta0.0%
Yellow44.8%
Key (black)58.8%
Color previews
#3a693a text on a black background
contrast 3.26:1
Card sample
#3a693a text on a white background
contrast 6.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a693a;
Background color
Panel with #3a693a background
background-color: #3a693a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a693a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 105, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 105, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a693a; background: linear-gradient(135deg, #3a693a, #3A6959);