#7cac7c
a balanced, soft green · cool · closest name: seagreen
RGB
124, 172, 124
HSL
120°, 22%, 58%
CMYK
28, 0, 28, 33
Luminance
0.3525
Every format
| HEX | #7cac7c |
| RGB | rgb(124, 172, 124) |
| HSL | hsl(120, 22%, 58%) |
| CMYK | cmyk(28%, 0%, 28%, 33%) |
| LAB | lab(65.9 -25.7 19.7) |
| LCH | lch(65.9 32.4 142.6) |
| OKLCH | oklch(0.697 0.086 144.6) |
Copy-ready code
/* CSS */
color: #7cac7c;
background-color: #7cac7c;
/* Tailwind (arbitrary) */
class="text-[#7cac7c] bg-[#7cac7c]"
/* SCSS */
$brand: #7cac7c;
/* SwiftUI */
Color(red: 0.486, green: 0.675, blue: 0.486)
/* Android */
Color.parseColor("#7cac7c")Accessibility — WCAG contrast
Aa
#7cac7c on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cac7c on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green67.5%
Blue48.6%
CMYK percentages
Cyan27.9%
Magenta0.0%
Yellow27.9%
Key (black)32.5%
Color previews
#7cac7c text on a black background
contrast 8.05:1
Card sample
#7cac7c text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cac7c;
Background color
Panel with #7cac7c background
background-color: #7cac7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cac7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 172, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 172, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cac7c; background: linear-gradient(135deg, #7cac7c, #7CAC9C);