#708c54
a dark, soft green · cool · closest name: seagreen
RGB
112, 140, 84
HSL
90°, 25%, 44%
CMYK
20, 0, 40, 45
Luminance
0.2284
Every format
| HEX | #708c54 |
| RGB | rgb(112, 140, 84) |
| HSL | hsl(90, 25%, 44%) |
| CMYK | cmyk(20%, 0%, 40%, 45%) |
| LAB | lab(54.9 -20.3 26.7) |
| LCH | lch(54.9 33.6 127.2) |
| OKLCH | oklch(0.604 0.086 130.3) |
Copy-ready code
/* CSS */
color: #708c54;
background-color: #708c54;
/* Tailwind (arbitrary) */
class="text-[#708c54] bg-[#708c54]"
/* SCSS */
$brand: #708c54;
/* SwiftUI */
Color(red: 0.439, green: 0.549, blue: 0.329)
/* Android */
Color.parseColor("#708c54")Accessibility — WCAG contrast
Aa
#708c54 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#708c54 on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green54.9%
Blue32.9%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow40.0%
Key (black)45.1%
Color previews
#708c54 text on a black background
contrast 5.57:1
Card sample
#708c54 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #708c54;
Background color
Panel with #708c54 background
background-color: #708c54;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #708c54;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 140, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 140, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #708c54; background: linear-gradient(135deg, #708c54, #548C5D);