#629068
a balanced, soft green · cool · closest name: seagreen
RGB
98, 144, 104
HSL
128°, 19%, 48%
CMYK
32, 0, 28, 44
Luminance
0.2354
Every format
| HEX | #629068 |
| RGB | rgb(98, 144, 104) |
| HSL | hsl(128, 19%, 48%) |
| CMYK | cmyk(32%, 0%, 28%, 44%) |
| LAB | lab(55.6 -24.2 16.4) |
| LCH | lch(55.6 29.3 145.9) |
| OKLCH | oklch(0.609 0.078 147.9) |
Copy-ready code
/* CSS */
color: #629068;
background-color: #629068;
/* Tailwind (arbitrary) */
class="text-[#629068] bg-[#629068]"
/* SCSS */
$brand: #629068;
/* SwiftUI */
Color(red: 0.384, green: 0.565, blue: 0.408)
/* Android */
Color.parseColor("#629068")Accessibility — WCAG contrast
Aa
#629068 on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#629068 on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green56.5%
Blue40.8%
CMYK percentages
Cyan31.9%
Magenta0.0%
Yellow27.8%
Key (black)43.5%
Color previews
#629068 text on a black background
contrast 5.71:1
Card sample
#629068 text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #629068;
Background color
Panel with #629068 background
background-color: #629068;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #629068;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 144, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 144, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #629068; background: linear-gradient(135deg, #629068, #629087);