#628962
a balanced, soft green · cool · closest name: seagreen
RGB
98, 137, 98
HSL
120°, 17%, 46%
CMYK
29, 0, 29, 46
Luminance
0.2137
Every format
| HEX | #628962 |
| RGB | rgb(98, 137, 98) |
| HSL | hsl(120, 17%, 46%) |
| CMYK | cmyk(29%, 0%, 29%, 46%) |
| LAB | lab(53.4 -21.8 16.7) |
| LCH | lch(53.4 27.4 142.6) |
| OKLCH | oklch(0.590 0.073 144.6) |
Copy-ready code
/* CSS */
color: #628962;
background-color: #628962;
/* Tailwind (arbitrary) */
class="text-[#628962] bg-[#628962]"
/* SCSS */
$brand: #628962;
/* SwiftUI */
Color(red: 0.384, green: 0.537, blue: 0.384)
/* Android */
Color.parseColor("#628962")Accessibility — WCAG contrast
Aa
#628962 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#628962 on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green53.7%
Blue38.4%
CMYK percentages
Cyan28.5%
Magenta0.0%
Yellow28.5%
Key (black)46.3%
Color previews
#628962 text on a black background
contrast 5.27:1
Card sample
#628962 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #628962;
Background color
Panel with #628962 background
background-color: #628962;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #628962;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 137, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 137, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #628962; background: linear-gradient(135deg, #628962, #62897C);