#607c50
a dark, soft green · cool · closest name: seagreen
RGB
96, 124, 80
HSL
98°, 22%, 40%
CMYK
23, 0, 36, 51
Luminance
0.1748
Every format
| HEX | #607c50 |
| RGB | rgb(96, 124, 80) |
| HSL | hsl(98, 22%, 40%) |
| CMYK | cmyk(23%, 0%, 36%, 51%) |
| LAB | lab(48.9 -18.8 20.8) |
| LCH | lch(48.9 28.1 132.1) |
| OKLCH | oklch(0.552 0.073 134.6) |
Copy-ready code
/* CSS */
color: #607c50;
background-color: #607c50;
/* Tailwind (arbitrary) */
class="text-[#607c50] bg-[#607c50]"
/* SCSS */
$brand: #607c50;
/* SwiftUI */
Color(red: 0.376, green: 0.486, blue: 0.314)
/* Android */
Color.parseColor("#607c50")Accessibility — WCAG contrast
Aa
#607c50 on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#607c50 on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green48.6%
Blue31.4%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow35.5%
Key (black)51.4%
Color previews
#607c50 text on a black background
contrast 4.50:1
Card sample
#607c50 text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #607c50;
Background color
Panel with #607c50 background
background-color: #607c50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #607c50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 124, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 124, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #607c50; background: linear-gradient(135deg, #607c50, #507C5D);