#618b4f
a dark, soft green · cool · closest name: seagreen
RGB
97, 139, 79
HSL
102°, 28%, 43%
CMYK
30, 0, 43, 46
Luminance
0.2157
Every format
| HEX | #618b4f |
| RGB | rgb(97, 139, 79) |
| HSL | hsl(102, 28%, 43%) |
| CMYK | cmyk(30%, 0%, 43%, 46%) |
| LAB | lab(53.6 -26.3 27.5) |
| LCH | lch(53.6 38.0 133.6) |
| OKLCH | oklch(0.591 0.099 136.8) |
Copy-ready code
/* CSS */
color: #618b4f;
background-color: #618b4f;
/* Tailwind (arbitrary) */
class="text-[#618b4f] bg-[#618b4f]"
/* SCSS */
$brand: #618b4f;
/* SwiftUI */
Color(red: 0.380, green: 0.545, blue: 0.310)
/* Android */
Color.parseColor("#618b4f")Accessibility — WCAG contrast
Aa
#618b4f on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#618b4f on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green54.5%
Blue31.0%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow43.2%
Key (black)45.5%
Color previews
#618b4f text on a black background
contrast 5.31:1
Card sample
#618b4f text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #618b4f;
Background color
Panel with #618b4f background
background-color: #618b4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #618b4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 139, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 139, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #618b4f; background: linear-gradient(135deg, #618b4f, #4F8B65);